1
0
mirror of https://github.com/videojs/video.js.git synced 2024-11-24 08:42:25 +02:00

@forbesjo added back the background color to the poster. closes #3267

This commit is contained in:
jforbes 2016-04-19 15:49:41 -04:00 committed by Gary Katsevman
parent d3b368ccce
commit a347c1d0fa
2 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@ CHANGELOG
* @mister-ben blacklisted Chrome for Android for playback rate support ([view](https://github.com/videojs/video.js/pull/3246))
* @gkatsev made the first emulated text track enabled by default ([view](https://github.com/videojs/video.js/pull/3248))
* @gkatsev fixed removeRemoteTextTracks not working with return value from addRemoteTextTracks ([view](https://github.com/videojs/video.js/pull/3253))
* @forbesjo added back the background color to the poster ([view](https://github.com/videojs/video.js/pull/3267))
--------------------

View File

@ -4,6 +4,7 @@
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: contain;
background-color: #000000;
cursor: pointer;
margin: 0;
padding: 0;