Video Player: Vertical volume slider and loop by default
This commit is contained in:
parent
8934eb8b8d
commit
9f49140230
@ -133,7 +133,14 @@
|
||||
script(type="text/javascript").
|
||||
{% if node.video_sources %}
|
||||
videojs(document.getElementById('videoplayer'), {
|
||||
fluid: true
|
||||
fluid: true,
|
||||
controlBar: {
|
||||
volumeMenuButton: {
|
||||
inline: false,
|
||||
vertical: true
|
||||
}
|
||||
},
|
||||
loop: true,
|
||||
},
|
||||
function(){
|
||||
this.ga({
|
||||
|
Loading…
x
Reference in New Issue
Block a user