forked from 0x2620/pandora
sometimes resize does not trigger on fullscreen. call again manually
This commit is contained in:
parent
dd4819630d
commit
f2749df845
1 changed files with 1 additions and 0 deletions
|
@ -129,6 +129,7 @@ pandora.ui.embedPlayer = function() {
|
||||||
.bindEvent({
|
.bindEvent({
|
||||||
fullscreen: function(data) {
|
fullscreen: function(data) {
|
||||||
Ox.Fullscreen.toggle();
|
Ox.Fullscreen.toggle();
|
||||||
|
setTimeout(that.resizePanel);
|
||||||
},
|
},
|
||||||
open: function() {
|
open: function() {
|
||||||
$player.options({paused: true});
|
$player.options({paused: true});
|
||||||
|
|
Loading…
Reference in a new issue