-
Notifications
You must be signed in to change notification settings - Fork 7.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vertical Slider Not Working #942
Comments
Did you figure this out? |
No I have not gotten this to work. |
You would actually need to enable the volumeMenuButton, and disable the volume control. |
Any information about making video js volume bar control to make it vertical ?? |
It seem enabling volumeMenuButton also enables volumeControl (even if explicitly is disabled). resulting in two volume controls. any ideas? i'd like one volume control (menu based) and then transform rotate the volumeBar within that menu. |
oh man you're too fast :) was just coming back to reply with that i accidentally mixed up muteToggle and volumeControl. thank you! is it possible to set the volumeBar within the menu to vertical, without re-enabling the main/default volume bar (not within the menu)? something like below.. 'volumeBar' : {
vertical: true
} |
example i get http://cl.ly/image/363l3K2H1a1O with the following: children: {
controlBar: {
children: {
muteToggle: false,
volumeControl: false,
volumeMenuButton: {
children: {
volumeBar: {
vertical: true
}
}
}
}
}
} |
This is a bit of a tricky one. You don't need to nest the |
very nice, thank you sir! |
No prob! Apologies for the kinda wonky config block there...we're still working to clean that up. This is kinda one of those things that you can do but we don't necessarily want to officially document it yet (for reasons like this). |
Perfect solution, Thank you for sharing, mmcc !!! |
Evaluate new skin video-js-6.2.4 |
I am trying to make my volumeBar vertical by using this code posted here : #477
This is how I am setting up my video player
For some reason my video menu bar disappers. Do you have any idea what is going on? I've been working on this for a day and Im not sure what I should do. I haven't worked with videojs before so I'm a complete noob.
The text was updated successfully, but these errors were encountered: