1
0
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:
Tom Jenkinson 2015-02-16 11:58:13 +00:00
parent 52e6768526
commit eb597d3660

View File

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