forked from 0x2620/oxjs
make subtitles on BlockVideoTimeline optional
This commit is contained in:
parent
73883cba11
commit
bd3ebf5e33
2 changed files with 3 additions and 1 deletions
|
|
@ -242,6 +242,7 @@ Ox.VideoEditor = function(options, self) {
|
|||
out: self.options.out,
|
||||
position: self.options.position,
|
||||
showPointMarkers: true,
|
||||
showSubtitles: true,
|
||||
subtitles: self.options.subtitles,
|
||||
videoId: self.options.videoId,
|
||||
width: self.sizes.timeline[1].width
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue