mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2023-06-08.git
synced 2024-08-15 00:53:38 +00:00
Proxy thumbnails
This commit is contained in:
parent
4287c0d96a
commit
429a4b2dec
5 changed files with 61 additions and 13 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue