Changes between Initial Version and Version 1 of Ticket #59577, comment 8
- Timestamp:
- 01/17/2024 09:08:00 PM (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #59577, comment 8
initial v1 6 6 * They either need to have `width` and `height` on them, or they need to be in the Media Library and have the `wp-image-{id}` CSS class so that WordPress can add these attributes automatically. 7 7 * At least 4 images need to be directly in the template, or in a pattern that is referenced from the template. In other words, not within a template part, and not within a post. 8 * Note how any of those images that are directly in the template or in a pattern referenced from the template have neither `loading="lazy"` nor `fetchpriority="high"` nor `decoding="async" . This is the problem that needs to be addressed here.8 * Note how any of those images that are directly in the template or in a pattern referenced from the template have neither `loading="lazy"` nor `fetchpriority="high"` nor `decoding="async"`. This is the problem that needs to be addressed here.