vanilla-lazyload
Advanced tools
Changelog
10.6.0
background_images
demo with a custom management of the loading class and the loaded event callback.Changelog
10.7.0
<video>
HTML tag and descending <source>
tags.
Now you can lazily load your videos too!video.html
demo.Changelog
10.8.0
Added a public loadAll
method to loading all the images at once, as asked in #193.
Changelog
8.7.0
Added node support by merging pull request #188, "node-support" by @klarstrup.
With these changes in place, simply importing vanilla-lazyload without using it won't crash Node by itself. This is important for isomorphic/universal/server rendered setups where the same code runs on both the server and the browser.
Changelog
10.5.0
Added node support by merging pull request #188, "node-support" by @klarstrup.
With these changes in place, simply importing vanilla-lazyload without using it won't crash Node by itself. This is important for isomorphic/universal/server rendered setups where the same code runs on both the server and the browser.