mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-04-11.git
synced 2024-08-15 00:43:26 +00:00
Fix poster resize
This commit is contained in:
parent
f9881ebaab
commit
6753294ee1
1 changed files with 2 additions and 7 deletions
|
@ -197,12 +197,7 @@ div {
|
|||
padding-right: 0px;
|
||||
}
|
||||
|
||||
video[poster] {
|
||||
.video-js .vjs-poster {
|
||||
background-size: cover;
|
||||
object-fit: cover;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.vjs-poster {
|
||||
background-size: cover !important;
|
||||
object-fit: cover !important;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue