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:
parent
d3b368ccce
commit
a347c1d0fa
@ -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))
|
||||
|
||||
--------------------
|
||||
|
||||
|
@ -4,6 +4,7 @@
|
||||
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