You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've followed the guide for React functional component
Now I have an issue adding a custom property to the video element, what is the proper way of accessing it?
Specifically, I need a poster= attribute, I thought that poster property inside the options handles that, but it turns out that it has nothing to do with the poster attribute 🤔
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I've followed the guide for React functional component
Now I have an issue adding a custom property to the
video
element, what is the proper way of accessing it?Specifically, I need a
poster=
attribute, I thought thatposter
property inside the options handles that, but it turns out that it has nothing to do with theposter
attribute 🤔Beta Was this translation helpful? Give feedback.
All reactions