vanilla-lazyload
Advanced tools
Changelog
8.6.0
Added the callback_enter
callback, which is called whenevery any element managed by LazyLoad enters the viewport, as requested in #159. Thanks to @alvarotrigo.
Changelog
8.5.2
Fixed a bug that could occur on older versions of IE when trying to access an image's parent node.
Changelog
10.3.5
Fixed a bug that could occur on older versions of IE when trying to access an image's parent node.
Changelog
10.3.4
Fixed a CustomEvent bug which occurred on IE when using async object initialization.
Changelog
8.5.1
Fixed a CustomEvent bug which occured on IE when using async object initialization.
Changelog
8.2.1
Fixed supportsClassList
test to work even when the document
object isn't yet there. Thanks to @Spone and his #145.
Changelog
10.3.3
Fixed supportsClassList
test to work even when the document
object isn't yet there. Thanks to @Spone and his pull request #145.