We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 450cf40 commit e4ae200Copy full SHA for e4ae200
ui/src/components/room.tsx
@@ -70,7 +70,7 @@ function MediaStreamPlayer({ stream }: MediaStreamPlayerProps) {
70
ref={videoRef}
71
autoPlay
72
playsInline
73
- className="w-full h-full"
+ className="w-full h-full object-cover"
74
/>
75
{needsPlayButton && (
76
<div className="absolute inset-0 flex items-center justify-center bg-black/50">
0 commit comments