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").
|
script(type="text/javascript").
|
||||||
{% if node.video_sources %}
|
{% if node.video_sources %}
|
||||||
videojs(document.getElementById('videoplayer'), {
|
videojs(document.getElementById('videoplayer'), {
|
||||||
fluid: true
|
fluid: true,
|
||||||
|
controlBar: {
|
||||||
|
volumeMenuButton: {
|
||||||
|
inline: false,
|
||||||
|
vertical: true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
loop: true,
|
||||||
},
|
},
|
||||||
function(){
|
function(){
|
||||||
this.ga({
|
this.ga({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user