mirror of https://github.com/Chocobozzz/PeerTube
Do not display videojs poster when video is starting
parent
a3e6d18199
commit
41fafa9ef9
|
@ -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
|
// Hide the big play button on autoplay
|
||||||
&.vjs-has-autoplay {
|
&.vjs-has-autoplay {
|
||||||
.vjs-big-play-button {
|
.vjs-big-play-button {
|
||||||
|
|
Loading…
Reference in New Issue