Responsively Lazy Versions Save

Lazy load responsive images and HTML

v3.1.0

3 months ago

New:

  • Add support for encoded image paths/urls.

v3.0.1

4 months ago

Fixed:

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

v3.0.0

4 months ago

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

7 years ago

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

v2.0.1

7 years ago

Double image loading fix.

v2.0.0

7 years ago

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

8 years ago

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

v1.2.0

8 years ago

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.

v1.1.0

8 years ago

WebP support

v1.0.0

8 years ago

First version