update large video timeline
This commit is contained in:
parent
dbda122326
commit
5c7ee541d0
1 changed files with 0 additions and 1 deletions
|
@ -81,7 +81,6 @@ Ox.LargeVideoTimeline = function(options, self) {
|
||||||
.css({
|
.css({
|
||||||
left: self.options.out * self.fps + 'px',
|
left: self.options.out * self.fps + 'px',
|
||||||
width: (self.options.duration - self.options.out) * self.fps + 'px',
|
width: (self.options.duration - self.options.out) * self.fps + 'px',
|
||||||
height: self.height + 'px',
|
|
||||||
})
|
})
|
||||||
.appendTo(self.$timeline);
|
.appendTo(self.$timeline);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue