Speed up page load by deferring images

前端 未结 4 1320
暖寄归人
暖寄归人 2020-12-08 04:29

I am creating a page which will contain a lot of large sized images, so naturally I want to make sure the page loads without too much trouble. I read this article here http:

4条回答
  •  遥遥无期
    2020-12-08 05:00

    Since April 2019, there is a native support for lazy image loading in Chrome.

    Hopefully, it will be supported in more browsers :)

提交回复
热议问题