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.
on (press) {
getURL ("javascript:picture_display('yourfolder/yourpic3.jpg', 750, 500)");
}
function picture_diplay(url,w,h)
{
window.open(url,"","directories=0,menubar=0,scrollbars=1,toolbars=0,location=0,width=w,height=h,left=15,top=15");
}