forked from 0x2620/oxjs
support for drag and drop
This commit is contained in:
parent
9ea5cce853
commit
5d454f0a80
8 changed files with 39 additions and 11 deletions
|
|
@ -63,8 +63,8 @@ Ox.VideoPanelPlayer = function(options, self) {
|
|||
});
|
||||
|
||||
self.$video = Ox.VideoPlayer({
|
||||
controlsTop: ['fullscreen', 'scale', 'title', 'find'],
|
||||
controlsBottom: ['play', 'volume', 'timeline', 'position', 'resolution'],
|
||||
controlsTop: ['fullscreen', 'title', 'find'],
|
||||
controlsBottom: ['play', 'volume', 'scale', 'timeline', 'position', 'resolution'],
|
||||
enableFind: true,
|
||||
enableKeyboard: true,
|
||||
enableMouse: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue