Skip to content

Commit 6c6c87a

Browse files
committed
Update file: unveil-by-luis-almeida.html
1 parent 3531f50 commit 6c6c87a

File tree

1 file changed

+10
-19
lines changed

1 file changed

+10
-19
lines changed

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

Lines changed: 10 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -174,31 +174,22 @@ <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-
#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 <a href="http://www.appelsiini.net/projects/lazyload">Lazy Load</a> plugin by <a href="http://www.appelsiini.net/">Mika Tuupola</a>.
183180
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.
184181
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 <a href="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 <a href="http://opensource.org/licenses/MIT">MIT license</a>.</p>
197188
</div>
198189

199190
<div class="tab-pane fade" id="changelog" role="tabpanel" aria-labelledby="changelog-tab">
200191
<ul id="changelogList">
201-
{"message":"Not Found","documentation_url":"https://docs.github.com/rest/repos/contents#get-repository-content","status":"404"}
192+
<p>{&quot;message&quot;:&quot;Not Found&quot;,&quot;documentation_url&quot;:&quot;<a href="https://docs.github.com/rest/repos/contents#get-repository-content&quot;,&quot;status&quot;:&quot;404">https://docs.github.com/rest/repos/contents#get-repository-content","status":"404</a>&quot;}</p>
202193
</ul>
203194
</div>
204195

0 commit comments

Comments
 (0)