Skip to content

Lazyload #130

Description

@edsu

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions