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,
|
||||
censoredIcon: pandora.site.cantPlay.icon,
|
||||
censoredTooltip: pandora.site.cantPlay.text,
|
||||
controlsTooltips: {open: 'Watch on ' + pandora.site.site.name},
|
||||
controlsTop: (options.showCloseButton ? ['close'] : []).concat(
|
||||
['space']
|
||||
).concat(
|
||||
controlsBottom: ['play', 'volume', 'scale'].concat(
|
||||
Ox.Fullscreen.available ? ['fullscreen'] : []
|
||||
).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,
|
||||
enableFind: false,
|
||||
enableFullscreen: Ox.Fullscreen.available,
|
||||
|
|
Loading…
Reference in a new issue