This commit is contained in:
Kieran 2024-08-22 15:00:58 +03:00
parent 2244bec695
commit 660b5153fc
No known key found for this signature in database
GPG Key ID: DE71CEB3925BE941

View File

@ -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)",