meet/styles/VideoTrack.css
2025-03-17 21:18:15 +05:30

6 lines
71 B
CSS

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