fix videos not stretching to container

This commit is contained in:
Henry Jameson 2021-06-22 20:35:34 +03:00
parent 4ba8d95a10
commit 5118eee19a

View file

@ -84,8 +84,8 @@
& .video-container {
& .flash,
& video {
max-width: 100%;
max-height: 100%;
width: 100%;
height: 100%;
object-fit: contain;
align-self: center;
}