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

Description
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.