forked from 0x2620/oxjs
rename various options of video widgets to allow for different timeline types
This commit is contained in:
parent
baa9e9be61
commit
132e8d2207
10 changed files with 90 additions and 67 deletions
|
|
@ -1397,15 +1397,15 @@ Ox.VideoPlayer = function(options, self) {
|
|||
disabled: !self.options.enableTimeline,
|
||||
duration: self.options.duration,
|
||||
find: self.options.find,
|
||||
imageURL: self.options.timeline,
|
||||
'in': self.options['in'],
|
||||
mode: 'player',
|
||||
out: self.options.out,
|
||||
paused: self.options.paused,
|
||||
position: self.options.position,
|
||||
results: self.results,
|
||||
showMilliseconds: self.options.showMilliseconds,
|
||||
subtitles: self.options.enableSubtitles ? self.options.subtitles : [],
|
||||
timeline: self.options.timeline,
|
||||
type: 'player',
|
||||
width: getTimelineWidth()
|
||||
})
|
||||
.css({float: 'left'})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue