thrimbletrimmer: Some video controls tweaks

Allow fullscreen

Hide disabled picture-in-picture control

Autoplay
pull/134/head
Mike Lang 5 years ago
parent b4310b0024
commit d4c8974601

@ -8,13 +8,13 @@ function setupPlayer(isEditor, source, startTrim, endTrim) {
liveui: true,
//fluid:true,
controls:true,
autoplay:false,
autoplay:true,
width:1280,
height:420,
playbackRates: [0.5, 1, 1.25, 1.5, 2],
inactivityTimeout: 0,
controlBar: {
fullscreenToggle: false,
fullscreenToggle: true,
volumePanel: {
inline: false
}

@ -24,6 +24,10 @@ body.ultrawide .my-player-dimensions { width:100% !important; }
.vjs-menu-button-popup .vjs-menu {
bottom:-3px;
}
.video-js .vjs-picture-in-picture-control {
display: none;
}
#EditorDetailsPane {
margin-top:100px;

Loading…
Cancel
Save