forked from 0x2620/oxjs
cleanup Resizebar; make tooltips in VideoEditor, VideoPanel and VideoTimelinePanel configurable
This commit is contained in:
parent
6433c31002
commit
926410d663
4 changed files with 36 additions and 33 deletions
|
|
@ -54,6 +54,7 @@ Ox.VideoEditor = function(options, self) {
|
|||
annotationsRange: 'all',
|
||||
annotationsSize: 256,
|
||||
annotationsSort: 'position',
|
||||
annotationsTooltip: 'annotations',
|
||||
censored: [],
|
||||
censoredIcon: '',
|
||||
censoredTooltip: '',
|
||||
|
|
@ -88,7 +89,6 @@ Ox.VideoEditor = function(options, self) {
|
|||
subtitles: [],
|
||||
timeline: '',
|
||||
timelines: [],
|
||||
tooltips: false,
|
||||
videoRatio: 16/9,
|
||||
videoSize: 'small',
|
||||
video: '',
|
||||
|
|
@ -829,7 +829,7 @@ Ox.VideoEditor = function(options, self) {
|
|||
resizable: true,
|
||||
resize: [192, 256, 320, 384, 448, 512],
|
||||
size: self.options.annotationsSize,
|
||||
tooltip: self.options.tooltips ? 'annotations' : false
|
||||
tooltip: self.options.annotationsTooltip
|
||||
}
|
||||
],
|
||||
orientation: 'horizontal'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue