Skip to content

Releases: tuupola/lazyload

Same as 1.9.6

26 Mar 03:07
Compare
Choose a tag to compare

Accidental bump up of version number. This is same as 1.9.6.

Fix npm support

26 Mar 03:05
Compare
Choose a tag to compare

Point npm main to jquery.lazyload.js instead of Gruntfile.js.

Do not skip invisible by default

21 Apr 17:08
Compare
Choose a tag to compare

Since it is the biggest source of confusion the skip_invisible parameter now defaults to false.

Improved Bower support

27 Jan 09:18
Compare
Choose a tag to compare
  • Improve support for installing via bower.

Bower support

15 Jan 13:21
Compare
Choose a tag to compare
  • Add support for installing via bower.

Bugfix release

16 Nov 19:11
Compare
Choose a tag to compare
  • Fix iOS5 detection for iPhone. Fixes #37.
  • Use .attr() instead of .data() because jQuery caches the values. Fixes #37, #144 and #101.
  • Do not add data:uri placeholder for non image elements.