-
Notifications
You must be signed in to change notification settings - Fork 10
/
demo-fast.html
58 lines (56 loc) · 1.62 KB
/
demo-fast.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<html>
<head>
<title>YouTube Lite Embed Demo</title>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script type="text/javascript" src="jquery.lazyload.min.js"></script>
<script type="text/javascript" src="lite-youtube-min.js"></script>
<style>
div.lite {
position: relative; left: 0; top: 0
}
img.lite:hover {
background:url(http://lh5.googleusercontent.com/-oBFjswrosz4/TuHqainRc3I/AAAAAAAAAbE/t3rMQuSJdLA/s800/youtube-play-button-hover.png)
}
</style>
</head>
<body>
<div class="lite" id="R5BODUzp4rQ" style="width:640px;height:360px;"></div>
<br />
<br />
<br />
<div class="lite" id="RY8IlPX-Xys" style="width:640px;height:360px;"></div>
<br />
<br />
<br />
<div class="lite" id="oess32oDHbI" style="width:640px;height:360px;"></div>
<br />
<br />
<br />
<div class="lite" id="JWDe23u_rdE" style="width:640px;height:360px;"></div>
<br />
<br />
<br />
<div class="lite" id="7D4r2w0eLxM" style="width:640px;height:360px;"></div>
<br />
<br />
<br />
<div class="lite" id="m-WlaJQYpS4" style="width:640px;height:360px;"></div>
<br />
<br />
<br />
<div class="lite" id="B_J2cf029H0" style="width:640px;height:360px;"></div>
<br />
<br />
<br />
<div class="lite" id="2Fko7_SV3Lc" style="width:640px;height:360px;"></div>
<br />
<br />
<br />
<div class="lite" id="iVO5GHW216k" style="width:640px;height:360px;"></div>
<br />
<br />
<br />
<div class="lite" id="QYBs_lslyuY" style="width:640px;height:360px;"></div>
<!-- TODO: Add more divs then benchmark -->
</body>
</html>