-
Notifications
You must be signed in to change notification settings - Fork 148
Expand file tree
/
Copy pathsimple.html
More file actions
25 lines (22 loc) · 720 Bytes
/
simple.html
File metadata and controls
25 lines (22 loc) · 720 Bytes
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
<!doctype html>
<title>lazyloading images</title>
<script src="../build/lazyload.min.js"></script>
<h1>simple images example</h1>
<h2>scroll for more</h2>
<div style="margin-top:2000px"></div>
<img
src=data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
data-src=img/01.jpg
onload=lzld(this) />
<img
src=data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
data-src=img/02.jpg
onload=lzld(this) />
<img
src=data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
data-src=img/03.jpg
onload=lzld(this) />
<img
src=data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
data-src=img/04.jpg
onload=lzld(this) />