mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-22 13:37:23 +00:00
Add black background color to player.
This commit is contained in:
parent
5a4a47c8dc
commit
21487355ad
@ -2,7 +2,7 @@
|
|||||||
<div class="uk-container-expand">
|
<div class="uk-container-expand">
|
||||||
<div
|
<div
|
||||||
data-shaka-player-container
|
data-shaka-player-container
|
||||||
style="width: 100%; height: 100%; max-height: 75vh; min-height: 250px;"
|
style="width: 100%; height: 100%; max-height: 75vh; min-height: 250px; background: #000"
|
||||||
ref="container"
|
ref="container"
|
||||||
>
|
>
|
||||||
<video data-shaka-player class="uk-width-expand" :autoplay="shouldAutoPlay" ref="videoEl"></video>
|
<video data-shaka-player class="uk-width-expand" :autoplay="shouldAutoPlay" ref="videoEl"></video>
|
||||||
|
Loading…
Reference in New Issue
Block a user