Proxy thumbnails

This commit is contained in:
Omar Roth
2018-09-14 21:24:28 -05:00
parent 4287c0d96a
commit 429a4b2dec
5 changed files with 61 additions and 13 deletions

View File

@ -173,7 +173,7 @@ div {
/* ProgressBar marker */
.vjs-marker {
background-color: rgba(255, 255, 255, 1);
background-color: rgba(255, 255, 255, 1);
}
/* Big "Play" Button */
@ -196,3 +196,13 @@ div {
padding-left: 0px;
padding-right: 0px;
}
video[poster] {
object-fit: cover;
background-color: transparent;
}
.vjs-poster {
background-size: cover !important;
object-fit: cover !important;
}