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