scott-little / lazyload

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

use lazyload in img

alirezaseif28 opened this issue · comments

hi.
Is this process done by putting the loading="lazy" in the image tag or needing implementations?
thanks.

Yes - it explains that on the README.md.
https://github.com/scott-little/lazyload#set-loadinglazy-on-an-imageiframe

If you have Chrome Canary (v75) and have the required flags enabled then check: https://mathiasbynens.be/demo/img-loading-lazy for a demo.

thank you @coliff