Skip to content

jQuery.Lazy() is an delayed image loader to speed up page loading time.

Notifications You must be signed in to change notification settings

Bhavik-kumar/jquery.lazy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jQuery.Lazy();

Lazy is a delayed image loading plugin for jQuery. It is designed to speed up page loading times and decrease traffic to your users and customers. It does not only support images in <img/> tags, even backgrounds supplied with css like background-image or other methods are supported.

Documentation / Examples

For documentation, examples and other information take a look on the project page.

Basic Usage

The basic usage is quite simple. Just change the image tags and add Lazy to all images you want to lazy load.

<img class="lazy" data-src="path/to/image_to_load.jpg" src="" />
jQuery("img.lazy").Lazy();

Bower Package Manager

Lazy is available through Bower. Just use bower install jquery-lazy.

About

jQuery.Lazy() is an delayed image loader to speed up page loading time.

Resources

Stars

Watchers

Forks

Packages

No packages published