mirror of
https://github.com/videojs/video.js.git
synced 2024-11-24 08:42:25 +02:00
Added background-color to vjs-poster to remove transparent borders around
scaled poster image
This commit is contained in:
parent
52e6768526
commit
eb597d3660
@ -924,6 +924,7 @@ body.vjs-full-window {
|
||||
background-repeat: no-repeat;
|
||||
background-position: 50% 50%;
|
||||
background-size: contain;
|
||||
background-color: #000000;
|
||||
cursor: pointer;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user