-
I would like to add a round border to the mux-player {
border-width: 2px;
border-radius: 8px;
} |
Beta Was this translation helpful? Give feedback.
Answered by
luwes
Apr 12, 2024
Replies: 1 comment
-
try adding |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
luwes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
try adding
overflow: hidden;
that should do the trick!