Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
bberg11 opened this issue Sep 13, 2024 · 0 comments
Open

Comments

@bberg11
Copy link

bberg11 commented Sep 13, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant