Fix player placeholder width
This commit is contained in:
parent
14fbe0175e
commit
71ab0c07cc
|
@ -28,6 +28,8 @@ $video-height: 66vh;
|
||||||
|
|
||||||
.placeholder-image {
|
.placeholder-image {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
max-width: 100%;
|
||||||
|
object-fit: contain;
|
||||||
}
|
}
|
||||||
|
|
||||||
.flex-direction-column {
|
.flex-direction-column {
|
||||||
|
|
Loading…
Reference in New Issue