Add possibility to load Video's poster
image with fetchpriority="high"
#2473
chrisvltn
started this conversation in
Ideas + Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This is specially useful for Videos that are LCP, as recommended in web.dev:
This could be done with a new
posterFetchPriority
prop in theVideo
component, so we could use it as:And the component would render the
link
element along with thevideo
element.Beta Was this translation helpful? Give feedback.
All reactions