How do you make images load lazily only when they are in the viewport?

前端 未结 4 1322
一个人的身影
一个人的身影 2020-12-01 03:04

I am seeing a lot of sites these days, mainly tutorial sites that have a lot of images and they only load images further down the page once they come into the view port?

4条回答
  •  春和景丽
    2020-12-01 03:53

    http://www.appelsiini.net/projects/lazyload
    https://github.com/tuupola/jquery_lazyload

    Demo:
    http://www.appelsiini.net/projects/lazyload/enabled.html

提交回复
热议问题