Automattic / lazy-load

Lazy load images on your WordPress site to improve page load times and server bandwidth.

Home Page:https://wordpress.org/plugins/lazy-load/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

native lazy-loading of images

coliff opened this issue · comments

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/