jquery_lazyload icon indicating copy to clipboard operation
jquery_lazyload copied to clipboard

jQuery plugin for lazy loading images

h3. Changelog

h4. 1.5.0

  • Support for removing the src attribute already in HTML. This is not a drop in solution but gives additional speed for those who need it. Modified patch by Jeremy Pollock.

h4. 1.4.0

  • When scrolling down quickly do not load the images above the top (patch by Bart Bruil).

h4. 1.3.2

  • Support for scrolling within a container.
  • Fixed IE not loading images.