Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Add loading="lazy" to the image tags #126

@superpoincare

Description

@superpoincare

Problem

Images in Wordpress 5.5 will be lazy-loaded by default. Needs the image loaded by this plugin to be lazy-loaded.

Description

Wordpress 5.5 will load images as lazy by default. However, it doesn't cover all images. Only images in posts and some widgets. So this plugin would need to add

loading="lazy"

to the img tags by default for consistency, with maybe a filter or a new setting to not load it lazy.

Metadata

Metadata

Assignees

Labels

good first issueNew-contributor friendlyhelp wantedOpen to participation from the community

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions