forked from 0x2620/oxjs
add enableMouse option to VideoPlayer
This commit is contained in:
parent
3203556b46
commit
9d0dee01e8
5 changed files with 13 additions and 6 deletions
|
|
@ -170,6 +170,7 @@ Ox.VideoEditor = function(options, self) {
|
|||
['play', 'playInToOut', 'volume', 'size', 'space', 'position'] :
|
||||
['goto', 'set', 'space', 'position'],
|
||||
duration: self.options.duration,
|
||||
enableMouse: true,
|
||||
externalControls: true,
|
||||
find: self.options.find,
|
||||
height: self.sizes.player[i].height,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue