fix: iOS
This commit is contained in:
parent
2244bec695
commit
660b5153fc
@ -32,7 +32,7 @@ type VideoPlayerProps = {
|
||||
export default function LiveVideoPlayer({ title, stream, status, poster, ...props }: VideoPlayerProps) {
|
||||
return (
|
||||
<MediaController
|
||||
className={classNames(props.className, "h-inherit aspect-video")}
|
||||
className={classNames(props.className, "h-inherit aspect-video w-full")}
|
||||
style={
|
||||
{
|
||||
"--media-secondary-color": "var(--primary)",
|
||||
|
Loading…
x
Reference in New Issue
Block a user