smooth-loader
v1.1.4
Published
This package allows you to lazy load your images using IntersectionObserver technology. It supports loading background images as well as the regular images with img tag.
Downloads
20
Maintainers
Readme
Smooth loader allows you smoothly lazy load images and background images. Lazy Loading defers the loading of an image that is not needed on the page immediately. An image, not visible to the user when the page loads, is loaded later when the user scrolls and the image actually becomes visible. If the user never scrolls, an image that is not visible to the user never gets loaded.
This package is a MUST-HAVE for every website containing multiple images on the page. It's surely the best lazy loading package on NPM that you can configure to your own needs.