Lazy-load images which are not visible in any breakpoint #1077
Labels
[Plugin] Image Prioritizer
Issues for the Image Prioritizer plugin (dependent on Optimization Detective)
[Plugin] Optimization Detective
Issues for the Optimization Detective plugin
[Type] Feature
A new feature within an existing module
Milestone
Feature Description
Add
loading=lazy
to any image which is not visible across all breakpoints (cf. comment), unless the image is located in theheader
in which case it should getfetchpriority=low
(as it is likely in some drop-down menu).Conversely, make sure that
loading
is omitted from any image that is visible in the initial viewport of any breakpoint.The text was updated successfully, but these errors were encountered: