]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/video-js-custom.scss
Hide big play button on autoplay
[github/Chocobozzz/PeerTube.git] / client / src / sass / video-js-custom.scss
index cae7ab4310cd985ecc276a36eafee83209c0b946..f77447e97baa257006f37cbd699fc83f7e5c32af 100644 (file)
@@ -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 {