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.
// ... jquery library...
$(function(){
// Anything here runs after the page is done loading...
});
[b]<div[/b] [maroon]style[/maroon][teal]=[/teal][green][i]"display: inline-block; overflow: hidden; resize: both"[/i][/green][b]>[/b]
[b]<img[/b] [maroon]src[/maroon][teal]=[/teal][green][i]"sample.png"[/i][/green] [maroon]style[/maroon][teal]=[/teal][green][i]"width: 100%; height: 100%"[/i][/green][b]>[/b]
[b]</div>[/b]