-
Notifications
You must be signed in to change notification settings - Fork 144
Lazy-load images which are not visible in any breakpoint #1077
Copy link
Copy link
Closed
Labels
[Plugin] Image PrioritizerIssues for the Image Prioritizer plugin (dependent on Optimization Detective)Issues for the Image Prioritizer plugin (dependent on Optimization Detective)[Plugin] Optimization DetectiveIssues for the Optimization Detective pluginIssues for the Optimization Detective plugin[Type] FeatureA new feature within an existing moduleA new feature within an existing module
Milestone
Metadata
Metadata
Assignees
Labels
[Plugin] Image PrioritizerIssues for the Image Prioritizer plugin (dependent on Optimization Detective)Issues for the Image Prioritizer plugin (dependent on Optimization Detective)[Plugin] Optimization DetectiveIssues for the Optimization Detective pluginIssues for the Optimization Detective plugin[Type] FeatureA new feature within an existing moduleA new feature within an existing module
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
Status
Done 😃
Feature Description
Add
loading=lazyto any image which is not visible across all breakpoints (cf. comment), unless the image is located in theheaderin which case it should getfetchpriority=low(as it is likely in some drop-down menu).Conversely, make sure that
loadingis omitted from any image that is visible in the initial viewport of any breakpoint.