forked from 0x2620/oxjs
cosmetic changes
This commit is contained in:
parent
dd9fd84bdf
commit
34a734e9f6
3 changed files with 9 additions and 7 deletions
|
|
@ -134,7 +134,10 @@ Ox.VideoEditPanel = function(options, self) {
|
|||
|
||||
self.$video = Ox.VideoPlayer({
|
||||
controlsTop: ['fullscreen', 'space', 'open'],
|
||||
controlsBottom: ['play', 'volume', 'scale', 'timeline', 'previous', 'next', 'loop', 'position'],
|
||||
controlsBottom: [
|
||||
'play', 'volume', 'scale', 'timeline',
|
||||
'previous', 'next', 'loop', 'position', 'settings'
|
||||
],
|
||||
enableKeyboard: true,
|
||||
enableMouse: true,
|
||||
enablePosition: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue