Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
IF THIS.Width > 1000 && This means we want to shink it back to regular size
WITH THIS
.HEIGHT = 640
.WIDTH = 320
.TOP = 100
.LEFT = 25
ENDWITH
ELSE && This means we make it big again
WITH THIS
.HEIGHT = 1024
.WIDTH = 768
.TOP = 0
.LEFT = 0
ENDWITH
ENDIF