1
0
Fork 0

Fix player placeholder width

This commit is contained in:
Chocobozzz 2021-11-29 14:00:15 +01:00
parent 14fbe0175e
commit 71ab0c07cc
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,8 @@ $video-height: 66vh;
.placeholder-image {
height: 100%;
max-width: 100%;
object-fit: contain;
}
.flex-direction-column {