Lazyloading JavaScript Library supports downloading dynamic images, which means that newly added images will not be downloaded until you are visible on the screen.
How to make use of it:
1. Import lazy.js.
import { registerImage } from "./lazy.js";
2. Register new photos as follows:
registerImage(newImage);
See Demo And Download
Official Website(Adrianducuara): Click Here
This superior jQuery/javascript plugin is developed by Adrianducuara. For extra Advanced Usage, please go to the official website.