mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Do not display videojs poster when video is starting
This commit is contained in:
@@ -124,6 +124,14 @@ body {
|
||||
}
|
||||
}
|
||||
|
||||
// Do not display poster when video is starting
|
||||
&.vjs-has-autoplay:not(.vjs-has-started) {
|
||||
.vjs-poster {
|
||||
opacity: 0;
|
||||
visibility: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
// Hide the big play button on autoplay
|
||||
&.vjs-has-autoplay {
|
||||
.vjs-big-play-button {
|
||||
|
||||
Reference in New Issue
Block a user