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.
<div id="myimg"
style="position:absolute;
top:50px;
left:10px;
filter:progid:DXImageTransform.Microsoft.BasicImage(
grayscale=0,
xray=0,
mirror=0,
invert=0,
opacity=1,
rotation=0)"
>
<img src="animage.jpg"
onclick="document.getElementById('myimg').filters.item(0).grayscale='1';"/>
</div>