Fix poster resize

This commit is contained in:
Omar Roth 2018-09-14 22:38:53 -05:00
parent f9881ebaab
commit 6753294ee1
1 changed files with 2 additions and 7 deletions

View File

@ -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;
}