forked from bizzbyster/bizzbyster.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtestviewport.html
18 lines (16 loc) · 925 Bytes
/
testviewport.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!doctype html>
<html>
<head>
<title>Test page for viewport labelling</title>
</head>
<body>
<br>
<img src='https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcSUemplabTNGGzfD4zVydBCH4ge4C2UJLOsqUW7FJTmayNhzAoR'><br>
<img src='https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSAYTHKoo0CrYt3rQE-yj7V9D5ePtM9NiyeUBm9--yvNEOKEE00xQ'><br>
<img src='http://www.townandcountryeventrentals.com/sites/default/files/marquee%20number%20-%203.jpg'><br>
<img src='http://www.tacer.biz/sites/default/files/styles/large/public/marquee%20number%20-%204.jpg?itok=FThtPMzy'><br>
<img src='http://tacer.biz/sites/default/files/styles/large/public/marquee%20number%20-%205.jpg?itok=sY2l7HV8'><br>
<div style="height: 9999px; width: 100%" id="view_div"></div>
outofviewport image here: <img src='https://raw.githubusercontent.com/bizzbyster/bizzbyster.github.io/master/images/zip-icon.png?inViewPort=false'>
</body>
</html>