getzola/zola

Feature request : Add support for lazy loading images

Open

#2,055 opened on 2022年12月15日

GitHub で見る
 (2 comments) (3 reactions) (0 assignees)Rust (1,046 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (15,349 stars)
PR merge metrics
 (平均マージ 48d 17h) (30d で 4 merged PRs)

説明

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 :

コントリビューターガイド