#50041 closed enhancement (duplicate)
Manually add loading=lazy in certain image tags loaded by WordPress
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | 5.5 |
Component: | Media | Keywords: | close |
Focuses: | Cc: |
Description
in #44427, the feature to lazy load images by default was added.
However it doesn't work on all images, only ones filterable with certain filters.
One such example is the image /wp-includes/images/rss.png loaded by the RSS widget.
Such images need a loading=lazy attribute added manually.
Change History (5)
Note: See
TracTickets for help on using
tickets.
For the RSS widget icon, the lazy-loading attribute is included in my patch on #52224.
These two functions also create markup for images in the
wp-includes
directory: