cosmetic changes
This commit is contained in:
parent
dd9fd84bdf
commit
34a734e9f6
3 changed files with 9 additions and 7 deletions
|
@ -134,7 +134,10 @@ Ox.VideoEditPanel = function(options, self) {
|
||||||
|
|
||||||
self.$video = Ox.VideoPlayer({
|
self.$video = Ox.VideoPlayer({
|
||||||
controlsTop: ['fullscreen', 'space', 'open'],
|
controlsTop: ['fullscreen', 'space', 'open'],
|
||||||
controlsBottom: ['play', 'volume', 'scale', 'timeline', 'previous', 'next', 'loop', 'position'],
|
controlsBottom: [
|
||||||
|
'play', 'volume', 'scale', 'timeline',
|
||||||
|
'previous', 'next', 'loop', 'position', 'settings'
|
||||||
|
],
|
||||||
enableKeyboard: true,
|
enableKeyboard: true,
|
||||||
enableMouse: true,
|
enableMouse: true,
|
||||||
enablePosition: true,
|
enablePosition: true,
|
||||||
|
|
|
@ -2255,7 +2255,6 @@ Ox.VideoPlayer = function(options, self) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
function setVolume(volume) {
|
function setVolume(volume) {
|
||||||
self.options.volume = volume;
|
self.options.volume = volume;
|
||||||
if (!!self.options.volume == self.options.muted) {
|
if (!!self.options.volume == self.options.muted) {
|
||||||
|
|
Loading…
Reference in a new issue