forked from 0x2620/oxjs
load SmallVideoTimelineImage overlay async and update in BlockVideoTimeline once loaded
This commit is contained in:
parent
13018e272e
commit
fbffadd4e5
2 changed files with 44 additions and 34 deletions
|
|
@ -160,6 +160,8 @@ Ox.BlockVideoTimeline = function(options, self) {
|
|||
subtitles: Ox.clone(self.options.subtitles, true),
|
||||
type: self.options.type,
|
||||
width: Math.round(self.options.duration)
|
||||
}).bindEvent({
|
||||
loaded: updateTimelines
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue