New Native Lazy Loading Attribute for HTML img and iframe tags
Lazy loading your images just got a whole lot easier. If you’re not familiar, lazy-loading is the practice of delaying the load of certain content on a page until a user scrolls near it. If a user never scrolls, the content never loads. Page speed performance, mobile… good for all that. Currently, you’ll need JavaScript to do this. But, as of Chrome 75, that’s no longer necessary. A new attribute for <img> and <iframe> tags, loading” will be supported. Supported parameters are: lazy: good candidate for lazy loading. eager: not a good candidate for lazy loading. Load right away. auto: