fix embeds without fullscreen
This commit is contained in:
parent
771b4efa38
commit
5caf34df6a
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ Ox.load('UI', {
|
|||
censored: data.censored,
|
||||
censoredIcon: pandora.site.cantPlay.icon,
|
||||
censoredTooltip: pandora.site.cantPlay.text,
|
||||
controlsTop: Ox.Fullscreen.available ? ['fullscreen'] : null,
|
||||
controlsTop: Ox.Fullscreen.available ? ['fullscreen'] : [],
|
||||
controlsBottom: ['play', 'volume', 'scale', 'timeline', 'settings'],
|
||||
duration: data.duration,
|
||||
enableFind: false,
|
||||
|
|
Loading…
Reference in a new issue