forked from 0x2620/oxjs
update video editor
This commit is contained in:
parent
b2e8b2ac82
commit
f61e39a788
9 changed files with 141 additions and 80 deletions
|
|
@ -1367,7 +1367,7 @@ Ox.VideoPlayer = function(options, self) {
|
|||
|
||||
function getTimeline() {
|
||||
var $timeline = Ox.SmallVideoTimeline({
|
||||
_offset: getTimelineLeft(),
|
||||
//_offset: getTimelineLeft(),
|
||||
disabled: !self.options.enableTimeline,
|
||||
duration: self.options.duration,
|
||||
find: self.options.find,
|
||||
|
|
@ -1417,6 +1417,7 @@ Ox.VideoPlayer = function(options, self) {
|
|||
}
|
||||
left += control == 'position' ? self.positionWidth : 16
|
||||
});
|
||||
Ox.print('TIMELINE_LEFT = ', left)
|
||||
return left;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue