getzola/zola

Feature request : Add support for lazy loading images

Open

#2,055 创建于 2022年12月15日

在 GitHub 查看
 (2 评论) (3 反应) (0 负责人)Rust (15,349 star) (1,046 fork)batch import
enhancementhelp wanted

描述

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 :

贡献者指南

Feature request : Add support for lazy loading images · getzola/zola#2055 | Good First Issue