forked from 0x2620/oxjs
add rudimentary support for viewing edit clips as grid
This commit is contained in:
parent
f27f11ab58
commit
7bdf8d8c0b
2 changed files with 109 additions and 69 deletions
|
|
@ -17,6 +17,7 @@ Ox.VideoEditPanel = function(options, self) {
|
|||
editable: false,
|
||||
enableSubtitles: false,
|
||||
fullscreen: false,
|
||||
getClipImageURL: null,
|
||||
getLargeTimelineURL: null,
|
||||
height: 0,
|
||||
'in': 0,
|
||||
|
|
@ -242,6 +243,7 @@ Ox.VideoEditPanel = function(options, self) {
|
|||
clips: Ox.clone(self.options.clips),
|
||||
duration: self.options.duration,
|
||||
editable: self.options.editable,
|
||||
getClipImageURL: self.options.getClipImageURL,
|
||||
'in': self.options['in'],
|
||||
out: self.options.out,
|
||||
position: self.options.position,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue