Problem/Motivation
In Chrome 76 onwards, you can use the loading attribute to lazy-load images without the need to write custom lazy-loading code or use a separate JavaScript library. https://web.dev/native-lazy-loading/
Proposed resolution
add to < img > and < iframe > attributes decoding=”async” & loading=”lazy”.
User interface changes
User can choose what type of lazy to use (native or JS)
Comments
Comment #3
osmanComment #4
osman