getzola/zola
Ver no GitHubFeature request : Add support for lazy loading images
Open
#2.055 aberto em 15 de dez. de 2022
enhancementhelp wanted
Métricas do repositório
- Stars
- (15.349 stars)
- Métricas de merge de PR
- (Mesclagem média 48d 17h) (4 fundiu PRs em 30d)
Description
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 :