diff options
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/sass/player/peertube-skin.scss | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/client/src/sass/player/peertube-skin.scss b/client/src/sass/player/peertube-skin.scss index 1b7275529..d8ce97c04 100644 --- a/client/src/sass/player/peertube-skin.scss +++ b/client/src/sass/player/peertube-skin.scss | |||
@@ -124,6 +124,14 @@ body { | |||
124 | } | 124 | } |
125 | } | 125 | } |
126 | 126 | ||
127 | // Do not display poster when video is starting | ||
128 | &.vjs-has-autoplay:not(.vjs-has-started) { | ||
129 | .vjs-poster { | ||
130 | opacity: 0; | ||
131 | visibility: hidden; | ||
132 | } | ||
133 | } | ||
134 | |||
127 | // Hide the big play button on autoplay | 135 | // Hide the big play button on autoplay |
128 | &.vjs-has-autoplay { | 136 | &.vjs-has-autoplay { |
129 | .vjs-big-play-button { | 137 | .vjs-big-play-button { |