meet/styles/VideoTrack.css

5 lines
78 B
CSS

.video-element {
width: 100%;
height: 100%;
object-fit: cover;
}