6 lines
71 B
CSS
6 lines
71 B
CSS
.video-element {
|
|
width: 100%;
|
|
height: 100%;
|
|
object-fit: cover;
|
|
}
|