Video Player: Vertical volume slider and loop by default

This commit is contained in:
Pablo Vazquez 2017-03-13 17:11:06 +01:00
parent 1eb1cd7b64
commit bfb5f4f44e

View File

@ -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({