Skip to content
This repository has been archived by the owner on Oct 16, 2018. It is now read-only.

Some buttons/controls not hidden with Video.js 4.12 #6

Closed
Panthaaaa opened this issue Apr 14, 2015 · 1 comment
Closed

Some buttons/controls not hidden with Video.js 4.12 #6

Panthaaaa opened this issue Apr 14, 2015 · 1 comment

Comments

@Panthaaaa
Copy link

The following patch hides new controls/buttons in Video.js 4.12 and allows the use of a post image for the video tag:

--- videojs-sublime-skin.css    2015-04-14 10:28:18.034587045 -0400
+++ new.css 2015-04-14 10:30:53.037430131 -0400
@@ -156,6 +156,8 @@
   .vjs-sublime-skin .vjs-playback-rate,
   .vjs-sublime-skin .vjs-subtitles-button,
   .vjs-sublime-skin .vjs-captions-button,
+  .vjs-sublime-skin .vjs-chapters-button,
+  .vjs-sublime-skin .vjs-caption-settings,
   .vjs-sublime-skin .vjs-mute-control {
     display: none; }

@@ -214,5 +216,6 @@ body.vjs-full-window {
     max-height: 100%;
     padding: 0;
     width: 100%; }
-  .video-js.vjs-using-native-controls .vjs-poster {
+  .video-js.vjs-using-native-controls .vjs-poster,
+  .vjs-sublime-skin.vjs-has-started .vjs-poster {
     display: none; }
zakj added a commit that referenced this issue Apr 26, 2015
zakj added a commit that referenced this issue Apr 26, 2015
@zakj
Copy link
Member

zakj commented Apr 26, 2015

Hi @Panthaaaa, I believe I've fixed these in the 1.0.2 I just released. Please let me know if it's not working for you now!

@zakj zakj closed this as completed Apr 26, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants