Skip to content

video_attachment: Only preload metadata

Haelwenn requested to merge features/video-preload-metadata into develop

This hints browsers that only the metadata and maybe the first few frames are needed. Which avoids downloading the entire video, which isn't really needed in our case.

Merge request reports