update embed panel
This commit is contained in:
parent
50e7ea3a07
commit
97a18cc747
1 changed files with 1 additions and 3 deletions
|
@ -40,9 +40,7 @@ pandora.ui.embedPanel = function() {
|
||||||
censored: video.censored,
|
censored: video.censored,
|
||||||
censoredIcon: pandora.site.cantPlay.icon,
|
censoredIcon: pandora.site.cantPlay.icon,
|
||||||
censoredTooltip: pandora.site.cantPlay.text,
|
censoredTooltip: pandora.site.cantPlay.text,
|
||||||
controlsBottom: ['play', 'volume'].concat(
|
controlsBottom: ['play', 'volume', 'scale'].concat(
|
||||||
options.matchRatio ? [] : ['scale']
|
|
||||||
).concat(
|
|
||||||
Ox.Fullscreen.available ? ['fullscreen'] : []
|
Ox.Fullscreen.available ? ['fullscreen'] : []
|
||||||
).concat(
|
).concat(
|
||||||
['timeline', 'position', 'settings']
|
['timeline', 'position', 'settings']
|
||||||
|
|
Loading…
Reference in a new issue