Skip to content

Commit a0cbcb7

Browse files
committed
Update file: unveil-by-luis-almeida.html
1 parent ac29cce commit a0cbcb7

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

jquery-plugins/unveil-by-luis-almeida.html

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,12 +174,31 @@ <h1 id="packageName">Unveil</h1>
174174
</div>
175175
<div class="tab-content mt-3" id="infoTabsContent">
176176
<div class="tab-pane fade show active" id="installation" role="tabpanel" aria-labelledby="installation-tab">
177-
No README available
177+
#unveil.js
178+
###A very lightweight plugin to lazy load images for jQuery or Zepto.js
179+
180+
181+
182+
Most of us are familiar with the [Lazy Load](http://www.appelsiini.net/projects/lazyload) plugin by [Mika Tuupola](http://www.appelsiini.net/).
183+
This plugin is very useful and it boosts performance delaying loading of images in long web pages because images outside of viewport (visible part of web page) won't be loaded until the user scrolls to them.
184+
Lazy Load has some cool options such as custom effects, container, events or data attribute. If you're not gonna use any of them you can reduce the file size by leaving just the essential code to show the images.
185+
That's what I did and this is my lightweight version of Lazy Load with support for serving high-resolution images to devices with retina displays - less than 1k.
186+
187+
Visit unveil's [project page](http://luis-almeida.github.com/unveil/) to read the documentation and see the demo.
188+
189+
190+
###Browser support
191+
Compatible with All Browsers and IE7+.
192+
193+
194+
###License
195+
Unveil is licensed under the [MIT license](http://opensource.org/licenses/MIT).
196+
178197
</div>
179198

180199
<div class="tab-pane fade" id="changelog" role="tabpanel" aria-labelledby="changelog-tab">
181200
<ul id="changelogList">
182-
No changelog available.
201+
{"message":"Not Found","documentation_url":"https://docs.github.com/rest/repos/contents#get-repository-content","status":"404"}
183202
</ul>
184203
</div>
185204

0 commit comments

Comments
 (0)