netPhotoGraphics / Website

This repository holds the unique items for the netPhotoGraphics website
2 stars 2 forks source link

Add support for native image lazy-loading for the web #9

Closed By-oussef closed 5 years ago

By-oussef commented 5 years ago

Hi @sbillard

Can you read this article : https://addyosmani.com/blog/lazy-loading/ The loading attribute The loading attribute allows a browser to defer loading offscreen images and iframes until users scroll near them. loading supports three values:

lazy: is a good candidate for lazy loading. eager: is not a good candidate for lazy loading. Load right away. auto: browser will determine whether or not to lazily load.

sbillard commented 5 years ago

Lazyimage is now enabled on the site.