sometimes resize does not trigger on fullscreen. call again manually

This commit is contained in:
j 2014-02-04 19:43:22 +00:00
parent dd4819630d
commit f2749df845

View file

@ -129,6 +129,7 @@ pandora.ui.embedPlayer = function() {
.bindEvent({
fullscreen: function(data) {
Ox.Fullscreen.toggle();
setTimeout(that.resizePanel);
},
open: function() {
$player.options({paused: true});