How can give border radius to outer skin of muxPLayer @here #801
|
Border radius is not applying im using react
|
Replies: 3 comments
|
I'm having a similar issue when trying to apply border radius. Does anyone know a soltuion? |
|
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 |
Is also needed |
It's fairly simple. Wrap the mux-player element with a div and add a CSS
border-radius: 5pxandoverflow: hiddenrule.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