Skip to content

Commit 72f56ae

Browse files
committed
Update file: unveil-by-luis-almeida.html
1 parent 52150d9 commit 72f56ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,9 @@ <h1 id="packageName">Unveil</h1>
176176
<div class="tab-pane fade show active" id="installation" role="tabpanel" aria-labelledby="installation-tab">
177177
<h1>unveil.js</h1>
178178
<h3>A very lightweight plugin to lazy load images for jQuery or Zepto.js</h3>
179-
<p>Most of us are familiar with the <a href="http://www.appelsiini.net/projects/lazyload">Lazy Load</a> plugin by <a href="http://www.appelsiini.net/">Mika Tuupola</a>.
180-
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.
181-
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.
179+
<p>Most of us are familiar with the <a href="http://www.appelsiini.net/projects/lazyload">Lazy Load</a> plugin by <a href="http://www.appelsiini.net/">Mika Tuupola</a>.<br />
180+
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.<br />
181+
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.<br />
182182
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.</p>
183183
<p>Visit unveil's <a href="http://luis-almeida.github.com/unveil/">project page</a> to read the documentation and see the demo.</p>
184184
<h3>Browser support</h3>

0 commit comments

Comments
 (0)