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