"> />
The alt attributes provides alternative
information for the media, if a user for some reason cannot view it
(due to slow connection, an error in the src
attribute, or if the user is visually impaired).
The default value is ""
.
The poster is the image that is shown before the video is played.
The default value is the first frame of the video.
If the src
is not a video, this prop is ignored.
Show the media controls (play, pause, etc.) for the media, where applicable.
The default value is false
.
The height of the rendered media.
The default value is auto
.
The width of the rendered media.
The default value is auto
.
Require user interaction to play the media (i.e. disable autoplay).
The default value is false
.
Apply custom CSS styles to the button using a class name.
Apply custom CSS styles to the button using an inline style.