1
0
mirror of https://github.com/videojs/video.js.git synced 2025-03-17 21:18:27 +02:00

Merge pull request #2138 from tjenkinson/master

Added background-color to vjs-poster to remove transparent borders around scaled poster image
This commit is contained in:
Matthew McClure 2015-05-11 15:00:10 -07:00
commit e1c0f9fc35

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;