Skip to content

Releases: ivopetkov/responsively-lazy

v3.2.1

Choose a tag to compare

@ivopetkov ivopetkov released this 30 Apr 21:42

Fix:

  • Update responsively-lazy.min.js

v3.2.0

Choose a tag to compare

@ivopetkov ivopetkov released this 30 Apr 21:39

New:

  • Add 'ignoreThreshold' option.
  • Optimize loading.

v3.1.0

Choose a tag to compare

@ivopetkov ivopetkov released this 23 Jan 14:10

New:

  • Add support for encoded image paths/urls.

v3.0.1

Choose a tag to compare

@ivopetkov ivopetkov released this 01 Jan 13:02

Fixed:

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

v3.0.0

Choose a tag to compare

@ivopetkov ivopetkov released this 30 Dec 20:35

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

Choose a tag to compare

@ivopetkov ivopetkov released this 18 Apr 19:07

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

v2.0.1

Choose a tag to compare

@ivopetkov ivopetkov released this 31 Mar 13:20

Double image loading fix.

v2.0.0

Choose a tag to compare

@ivopetkov ivopetkov released this 01 Sep 12:43

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

Choose a tag to compare

@ivopetkov ivopetkov released this 19 Dec 10:33

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

v1.2.0

Choose a tag to compare

@ivopetkov ivopetkov released this 01 Sep 14:54

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.