Releases: ivopetkov/responsively-lazy
Releases · ivopetkov/responsively-lazy
v3.2.1
30 Apr 21:42
Compare
Sorry, something went wrong.
No results found
Fix:
Update responsively-lazy.min.js
v3.2.0
30 Apr 21:39
Compare
Sorry, something went wrong.
No results found
New:
Add 'ignoreThreshold' option.
Optimize loading.
v3.1.0
23 Jan 14:10
Compare
Sorry, something went wrong.
No results found
New:
Add support for encoded image paths/urls.
v3.0.1
01 Jan 13:02
Compare
Sorry, something went wrong.
No results found
Fixed:
Fix loading not visible images and images with unknown sizes.
v3.0.0
30 Dec 20:35
Compare
Sorry, something went wrong.
No results found
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:
Removed:
Removed responsivelyLazy.isVisible()
Removed the CSS file.
Removed Bower config.
v2.0.2
18 Apr 19:07
Compare
Sorry, something went wrong.
No results found
Additional image visibility check for browsers that support IntersectionObserver. Fixes non-displaying images in Chrome.
v2.0.1
31 Mar 13:20
Compare
Sorry, something went wrong.
No results found
Double image loading fix.
v2.0.0
01 Sep 12:43
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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.