Skip to content

vallo87/lazyDequeue

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#lazyDequeue.js ###A very lightweight plugin to lazy load images with a queue for jQuery or Zepto.js

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. I decided to make this fork because I also wanted to have a queue system that allows me to load imgages (dequeue) with a definite parallelism in the background

Visit lazyDequeue's project page to read the documentation.

###Browser support Compatible with All Browsers and IE7+.

###License lazyDequeue is licensed under the MIT license.

About

A very lightweight jQuery plugin to lazy load images with a background queue

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • HTML 90.1%
  • JavaScript 9.9%