From e6f627975bebd00d396d11442e582d80856bc6bd Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 17 Apr 2018 09:54:53 +0200 Subject: Hide big play button on autoplay --- client/src/sass/video-js-custom.scss | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'client/src/sass') diff --git a/client/src/sass/video-js-custom.scss b/client/src/sass/video-js-custom.scss index cae7ab431..f77447e97 100644 --- a/client/src/sass/video-js-custom.scss +++ b/client/src/sass/video-js-custom.scss @@ -115,6 +115,13 @@ $setting-transition-easing: ease-out; } } + // Hide the big play button on autoplay + &.vjs-has-autoplay { + .vjs-big-play-button { + display: none !important; + } + } + .vjs-control-bar, .vjs-big-play-button, .vjs-settings-dialog { -- cgit v1.2.3