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
Which Mux Elements/Packages does this apply to? Select all that apply
mux-player-react, playback-core, new element
Description
Background
The <mux-video> component from Mux is a powerful tool for embedding video content into web applications. While the component currently supports basic video functionalities and some level of customization through attributes, it lacks the ability to directly integrate custom HTML elements such as overlays within its shadow DOM. This limitation restricts developers from adding interactive or informational content directly on top of the video in a seamless manner.
Feature Description
This feature request aims to introduce a named slot within the <mux-video> component’s shadow DOM structure. By adding this slot, developers will be able to insert custom elements, like interactive buttons, promotional banners, or additional informational content, directly overlaying the video element. A practical application of this feature includes the ability to display a notification when the player is in fullscreen mode, enhancing the user's viewing experience by providing timely information without interrupting the video playback.
Expected Behavior
Elements placed in the overlay slot should integrate seamlessly over the video, without causing any disruptions to video playback or control accessibility. Here is an example of how developers might use the new slot in the
Is there an existing issue for this?
Which Mux Elements/Packages does this apply to? Select all that apply
mux-player-react, playback-core, new element
Description
Background
The
<mux-video>
component from Mux is a powerful tool for embedding video content into web applications. While the component currently supports basic video functionalities and some level of customization through attributes, it lacks the ability to directly integrate custom HTML elements such as overlays within its shadow DOM. This limitation restricts developers from adding interactive or informational content directly on top of the video in a seamless manner.Feature Description
This feature request aims to introduce a named slot within the
<mux-video>
component’s shadow DOM structure. By adding this slot, developers will be able to insert custom elements, like interactive buttons, promotional banners, or additional informational content, directly overlaying the video element. A practical application of this feature includes the ability to display a notification when the player is in fullscreen mode, enhancing the user's viewing experience by providing timely information without interrupting the video playback.Expected Behavior
Elements placed in the
overlay
slot should integrate seamlessly over the video, without causing any disruptions to video playback or control accessibility. Here is an example of how developers might use the new slot in theThe text was updated successfully, but these errors were encountered: