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
This prop will handle MP4 video files (and potentially other video formats if necessary in the future).
Default Video Settings:
The video prop should render an HTML <video> tag.
Set the following default values for the video tag:
-- controls: false (no control UI by default)
-- autoloop: true (loop the video automatically)
--muted: true (start the video without sound)
-- autoplay: true (start the video as soon as it's rendered)
Update the component documentation to reflect the new video prop, including examples and usage guidelines.
The text was updated successfully, but these errors were encountered:
Enhance the Tooltip interactive component to support video playback by adding a new prop for handling MP4 files
Slack thread
New Prop for Video:
video
.Default Video Settings:
<video>
tag.--
controls: false
(no control UI by default)--
autoloop: true
(loop the video automatically)--
muted: true
(start the video without sound)--
autoplay: true
(start the video as soon as it's rendered)Update the component documentation to reflect the new video prop, including examples and usage guidelines.
The text was updated successfully, but these errors were encountered: