How can give border radius to outer skin of muxPLayer @here #801
-
Border radius is not applying im using react
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I'm having a similar issue when trying to apply border radius. Does anyone know a soltuion? |
Beta Was this translation helpful? Give feedback.
-
It's fairly simple. Wrap the mux-player element with a div and add a CSS Have a look at this Sandbox https://codesandbox.io/p/sandbox/mux-player-rounded-corners-tlzwwv It's also done on the Mux docs web player page https://docs.mux.com/guides/mux-player-web |
Beta Was this translation helpful? Give feedback.
It's fairly simple. Wrap the mux-player element with a div and add a CSS
border-radius: 5px
andoverflow: hidden
rule.Have a look at this Sandbox https://codesandbox.io/p/sandbox/mux-player-rounded-corners-tlzwwv
It's also done on the Mux docs web player page https://docs.mux.com/guides/mux-player-web