Skip to content

Releases: ivopetkov/responsively-lazy

v3.2.1

30 Apr 21:42
Compare
Choose a tag to compare

Fix:

  • Update responsively-lazy.min.js

v3.2.0

30 Apr 21:39
Compare
Choose a tag to compare

New:

  • Add 'ignoreThreshold' option.
  • Optimize loading.

v3.1.0

23 Jan 14:10
Compare
Choose a tag to compare

New:

  • Add support for encoded image paths/urls.

v3.0.1

01 Jan 13:02
Compare
Choose a tag to compare

Fixed:

  • Fix loading not visible images and images with unknown sizes.

v3.0.0

30 Dec 20:35
Compare
Choose a tag to compare

Brand new version! 🎉

New:

  • Added support for AVIF
  • Added configurable threshold
  • Added lazy loading background images.
  • Enabled debugging by setting a cookie value.
  • Optimized image loading when multiple requested.
  • Added argument to responsivelyLazy.run(element).

Changed:

  • New HTML attributes.

Removed:

  • Removed responsivelyLazy.isVisible()
  • Removed the CSS file.
  • Removed Bower config.

v2.0.2

18 Apr 19:07
Compare
Choose a tag to compare

Additional image visibility check for browsers that support IntersectionObserver. Fixes non-displaying images in Chrome.

v2.0.1

31 Mar 13:20
Compare
Choose a tag to compare

Double image loading fix.

v2.0.0

01 Sep 12:43
Compare
Choose a tag to compare

Added support for elements in parents with scrollbars.
Added data-onlazyload attribute.

Removed responsivelyLazy.hasChange property.
Removed responsivelyLazy.hasWebPSupport property.

Updated element visibility detection using IntersectionObserver (only in Chrome for now). This improves performance and reliability.
Some big fixes.

v1.2.1

19 Dec 10:33
Compare
Choose a tag to compare

Unknown height images were not visible on browsers that do not support srcset. This release fixes it.

v1.2.0

01 Sep 14:54
Compare
Choose a tag to compare

The default image can be specified by dropping the width value in the data-srcset attribute.
If you write data-srcset="... images/1500.jpg 1500w, images/2000.jpg" the default image will be images/2000.jpg instead of the one in the src attribute.