• 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://github.com/a3rev/a3-lazy-load/issues/32, but I figured I’d mention it here for others that might be interested in this.

    Thanks for the great plugin,
    Kurt

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Feature Request: Add native loading=”lazy” support’ is closed to new replies.