video panel: set timeline in/out on load
This commit is contained in:
parent
b33658ed6b
commit
7bfa671ebf
1 changed files with 2 additions and 0 deletions
|
@ -230,6 +230,8 @@ Ox.VideoPanel = function(options, self) {
|
|||
duration: self.options.duration,
|
||||
find: self.options.find,
|
||||
getImageURL: self.options.getLargeTimelineURL,
|
||||
'in': self.options['in'],
|
||||
out: self.options.out,
|
||||
position: self.options.position,
|
||||
subtitles: self.options.enableSubtitles ? self.options.subtitles : [],
|
||||
videoId: self.options.videoId,
|
||||
|
|
Loading…
Reference in a new issue