jsanahuja / InstagramFeed

Vanilla JavaScript Instagram Feed without access token. Not using the Instagram API
MIT License
318 stars 128 forks source link

feat: add lazy loading to images #30

Closed tavelli closed 4 years ago

tavelli commented 4 years ago

use native web lazy load attribute to optionally enable lazy loading all images for better performance

https://web.dev/native-lazy-loading/

tavelli commented 4 years ago

hi! updated docs, version number and generated new build. let me know if there is anything else thats needed. i think it will be useful for everyone, might even be worth turning on be default for the good of web performance :)

jsanahuja commented 4 years ago

Thank you!