The latest version of Chrome browser (Chrome 76) will support native lazy loading, by implementing the new HTML loading attribute for img and iframe elements.
Values for the loading attribute are:
- auto (default browser loading)
- lazy (defer loading the resource until it reaches a calculated distance from the viewport)
- eager (load the resource immediately)
HTML img element with the loading attribute |
No comments:
Post a Comment