Active
Project:
Drupal core
Version:
main
Component:
media system
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
10 Jun 2026 at 18:20 UTC
Updated:
10 Jun 2026 at 18:20 UTC
Jump to comment: Most recent
Chrome now supports lazy loading on video and audio elements: https://caniuse.com/loading-lazy-media
This would avoid using bandwidth if the user does not scroll to the video/audio player.
It can also be combined with the preload attribute (#3048458: Add support of audio/video "preload" attribute into FileMediaFormatterBase) to control what is preloaded when the lazy loading is triggerd.
Comments