Skip to content

Commit

Permalink
Merge pull request #2138 from tjenkinson/master
Browse files Browse the repository at this point in the history
Added background-color to vjs-poster to remove transparent borders around scaled poster image
  • Loading branch information
mmcc committed May 11, 2015
2 parents 7bbbf99 + eb597d3 commit e1c0f9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/css/video-js.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e1c0f9f

Please # to comment.