You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<divclass="tab-pane fade show active" id="installation" role="tabpanel" aria-labelledby="installation-tab">
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/).
177
+
<h1>unveil.js</h1>
178
+
<h3>A very lightweight plugin to lazy load images for jQuery or Zepto.js</h3>
179
+
<p>Most of us are familiar with the <ahref="http://www.appelsiini.net/projects/lazyload">Lazy Load</a> plugin by <ahref="http://www.appelsiini.net/">Mika Tuupola</a>.
183
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.
184
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.
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
-
182
+
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>
183
+
<p>Visit unveil's <ahref="http://luis-almeida.github.com/unveil/">project page</a> to read the documentation and see the demo.</p>
184
+
<h3>Browser support</h3>
185
+
<p>Compatible with All Browsers and IE7+.</p>
186
+
<h3>License</h3>
187
+
<p>Unveil is licensed under the <ahref="http://opensource.org/licenses/MIT">MIT license</a>.</p>
0 commit comments