Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lazyload #130

Open
edsu opened this issue Feb 26, 2020 · 0 comments
Open

Lazyload #130

edsu opened this issue Feb 26, 2020 · 0 comments

Comments

@edsu
Copy link
Member

edsu commented Feb 26, 2020

On pages that have lots of images (explore, collections overview, webpages, etc) I think it could be good to try to use the new lazy loading attribute available to images, which already has pretty good browser support?

<img loading="lazy" src="https://example.com/image.jpg">

This will prevent excessive traffic on mobile, when it's not needed and should also help speed up the loading of images that are in the viewport?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant