lazy-load
lazy-load copied to clipboard
native lazy-loading of images
I'd love to see support for native lazy-loading of images. I would imagine if it detected browser support for native lazy loading it would add loading="lazy" to images and if not supported then the plugin would work as usual (with JavaScript)
REF: https://addyosmani.com/blog/lazy-loading/