diff --git a/client/src/app/+videos/+video-watch/video-watch.component.scss b/client/src/app/+videos/+video-watch/video-watch.component.scss index 9c7f9a462c5c..9da2c2c76eed 100644 --- a/client/src/app/+videos/+video-watch/video-watch.component.scss +++ b/client/src/app/+videos/+video-watch/video-watch.component.scss @@ -58,6 +58,16 @@ $video-info-margin-left: 44px; display: flex; justify-content: center; flex-grow: 1; + + ::ng-deep .video-js { + // Do not display poster when video is starting + &.vjs-has-autoplay:not(.vjs-has-started) { + .vjs-poster { + visibility: hidden; + opacity: 0; + } + } + } } .remote-server-down {