getzola/zola

Feature request : Add support for lazy loading images

Open

#2055 aperta il 15 dic 2022

Vedi su GitHub
 (2 commenti) (3 reazioni) (0 assegnatari)Rust (1046 fork)batch import
enhancementhelp wanted

Metriche repository

Star
 (15.349 star)
Metriche merge PR
 (Merge medio 48g 17h) (4 PR mergiate in 30 g)

Descrizione

To make our pages load faster and minimize the use of bandwidth/memory when a user does not scroll a whole page ; we can use the following attribute to make the image load only when needed (lazy loading):

<img src="image.jpg" loading="lazy" />

references :

Guida contributor