Feature Description
Support native lazy loading for HTML video and audio tags when browsers implement this capability.
Adding native lazy loading extends WordPress's media performance improvements to cover video and audio tags as browsers release support. See ongoing work and discussion at whatwg/html#10376.
This feature would:
- Detect native lazy loading support for video/audio tags
- Automatically apply
loading="lazy" attributes
- Ensure compatibility and fallback for unsupported browsers
This will benefit publishers by improving page performance for media-heavy content without requiring manual configuration.
Feature Description
Support native lazy loading for HTML video and audio tags when browsers implement this capability.
Adding native lazy loading extends WordPress's media performance improvements to cover video and audio tags as browsers release support. See ongoing work and discussion at whatwg/html#10376.
This feature would:
loading="lazy"attributesThis will benefit publishers by improving page performance for media-heavy content without requiring manual configuration.