embed player: move fullscreen control

This commit is contained in:
rolux 2013-02-12 17:18:49 +05:30
parent 1720cc605d
commit e49abea38f

View file

@ -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,