This commit is contained in:
2024-08-22 15:00:58 +03:00
parent 2244bec695
commit 660b5153fc

View File

@ -32,7 +32,7 @@ type VideoPlayerProps = {
export default function LiveVideoPlayer({ title, stream, status, poster, ...props }: VideoPlayerProps) { export default function LiveVideoPlayer({ title, stream, status, poster, ...props }: VideoPlayerProps) {
return ( return (
<MediaController <MediaController
className={classNames(props.className, "h-inherit aspect-video")} className={classNames(props.className, "h-inherit aspect-video w-full")}
style={ style={
{ {
"--media-secondary-color": "var(--primary)", "--media-secondary-color": "var(--primary)",