Skip to content
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

[Tooltip Interactive] - Support MP4 #1370

Open
vladko-uxds opened this issue Sep 27, 2024 · 0 comments
Open

[Tooltip Interactive] - Support MP4 #1370

vladko-uxds opened this issue Sep 27, 2024 · 0 comments
Labels
feature New feature or request low
Milestone

Comments

@vladko-uxds
Copy link

vladko-uxds commented Sep 27, 2024

Enhance the Tooltip interactive component to support video playback by adding a new prop for handling MP4 files
Slack thread

New Prop for Video:

  • Add a new prop called video.
  • 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.

@vladko-uxds vladko-uxds converted this from a draft issue Sep 27, 2024
@vladko-uxds vladko-uxds changed the title [Tooltip] - Support MP4 [Tooltip Interactive] - Support MP4 Sep 27, 2024
@vladko-uxds vladko-uxds added low feature New feature or request labels Sep 27, 2024
@vladko-uxds vladko-uxds added this to the Future plans milestone Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request low
Projects
Status: Backlog
Development

No branches or pull requests

1 participant