-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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 lazy-loading for <video poster> #8428
Conversation
Add a new posterloading attribute to the video element which controls lazy-loading of the poster image. Fixes #6636.
de1efae
to
15c741c
Compare
Merge conflict fixed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This largely looks correct to me, modulo some formatting concerns.
@annevk thanks, fixed. |
Adding |
Closing based on recent discussion (#6636 (comment) onwards). |
Add a new
posterloading
attribute to thevideo
element which controls lazy-loading of theposter
image.Fixes #6636.
(See WHATWG Working Mode: Changes for more details.)
/indices.html ( diff )
/media.html ( diff )
/urls-and-fetching.html ( diff )