liquid icon indicating copy to clipboard operation
liquid copied to clipboard

Add way to lazy load the poster preview `<img>` in `video_tag`/`media_tag` filters

Open bberg11 opened this issue 1 year ago • 1 comments

The video_tag and video_tag filters are very convenient, but they automatically generate a preview poster <img>, that we can not defer the loading of. This is especially frustrating when autoplay is true, because the image is not even seen by a user. It would be great if its loading could follow the same logic as the image_tag filter

bberg11 avatar Sep 13 '24 19:09 bberg11