forked from 0x2620/pandora
embed player: move fullscreen control
This commit is contained in:
parent
1720cc605d
commit
e49abea38f
1 changed files with 6 additions and 6 deletions
|
@ -25,15 +25,15 @@ Ox.load('UI', {
|
||||||
censored: data.censored,
|
censored: data.censored,
|
||||||
censoredIcon: pandora.site.cantPlay.icon,
|
censoredIcon: pandora.site.cantPlay.icon,
|
||||||
censoredTooltip: pandora.site.cantPlay.text,
|
censoredTooltip: pandora.site.cantPlay.text,
|
||||||
controlsTooltips: {open: 'Watch on ' + pandora.site.site.name},
|
controlsBottom: ['play', 'volume', 'scale'].concat(
|
||||||
controlsTop: (options.showCloseButton ? ['close'] : []).concat(
|
|
||||||
['space']
|
|
||||||
).concat(
|
|
||||||
Ox.Fullscreen.available ? ['fullscreen'] : []
|
Ox.Fullscreen.available ? ['fullscreen'] : []
|
||||||
).concat(
|
).concat(
|
||||||
['open']
|
['timeline', 'position', 'settings']
|
||||||
|
),
|
||||||
|
controlsTooltips: {open: 'Watch on ' + pandora.site.site.name},
|
||||||
|
controlsTop: (options.showCloseButton ? ['close'] : []).concat(
|
||||||
|
['space', 'open']
|
||||||
),
|
),
|
||||||
controlsBottom: ['play', 'volume', 'scale', 'timeline', 'position', 'settings'],
|
|
||||||
duration: data.duration,
|
duration: data.duration,
|
||||||
enableFind: false,
|
enableFind: false,
|
||||||
enableFullscreen: Ox.Fullscreen.available,
|
enableFullscreen: Ox.Fullscreen.available,
|
||||||
|
|
Loading…
Reference in a new issue