mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-13 00:36:07 +05:30
Fix poster resize
This commit is contained in:
parent
f9881ebaab
commit
6753294ee1
@ -197,12 +197,7 @@ div {
|
|||||||
padding-right: 0px;
|
padding-right: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
video[poster] {
|
.video-js .vjs-poster {
|
||||||
|
background-size: cover;
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
.vjs-poster {
|
|
||||||
background-size: cover !important;
|
|
||||||
object-fit: cover !important;
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user