a3rev / a3-lazy-load

Speed up your site and enhance frontend user's visual experience in PC's, Tablets and mobile with a3 Lazy Load.
GNU General Public License v3.0
18 stars 11 forks source link

Feature Request: Add native loading=”lazy” support #32

Open KZeni opened 5 years ago

KZeni commented 5 years ago

Chrome is implementing a loading attribute for images and iframes which can then be set to lazy to have it natively lazy load the element with JS then only being required for browsers without the feature (with it then having feature detection to help determine if the JS code is needed or not).

You can see more about this here: https://addyosmani.com/blog/lazy-loading/

Also, https://chromestatus.com/feature/5645767347798016 shows that Safari is interested in adopting the feature as well as providing a placeholder to show until the element’s loaded (exact comment on the matter is here: https://github.com/whatwg/html/issues/2806#issuecomment-378831265)

Either way, I’m thinking this could be the next step in improving this functionality and being one of the first plugins to support it (while having the nice existing JS fallback) could be a nice differentiator. Also, it seems like implementing this wouldn’t be too terribly time intensive.

I also mentioned this at https://wordpress.org/support/topic/feature-request-add-native-loadinglazy-support/, but I figured I'd mention it here for more development visibility.

Thanks for the great plugin, Kurt

alextuan commented 4 years ago

@KZeni Thanks for feature request , i really like that feature, will have look and see if we can add it on next version, we are converting plugin to Composer autoload , also more security with sanitize inputs and esc outputs