enhancementhelp wanted
仓库指标
- Star
- (15,349 star)
- PR 合并指标
- (平均合并 48天 17小时) (30 天内合并 4 个 PR)
描述
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 :