1
0
Fork 0
forked from 0x2620/oxjs

VideoPlayer: fix loop while playing in to out; VideoEditPanel: add play in to out control

This commit is contained in:
rlx 2013-07-14 17:58:45 +00:00
commit 19b9b14dfc
2 changed files with 2 additions and 2 deletions

View file

@ -135,7 +135,7 @@ Ox.VideoEditPanel = function(options, self) {
self.$video = Ox.VideoPlayer({
controlsTop: ['fullscreen', 'space', 'open'],
controlsBottom: [
'play', 'volume', 'scale', 'timeline',
'play', 'playInToOut', 'volume', 'scale', 'timeline',
'previous', 'next', 'loop', 'position', 'settings'
],
enableKeyboard: true,