Releases: ivopetkov/responsively-lazy
Releases · ivopetkov/responsively-lazy
Release list
v3.2.1
v3.2.0
v3.1.0
v3.0.1
v3.0.0
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
v2.0.1
v2.0.0
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
v1.2.0
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.