forked from 0x2620/pandora
fix fullscreen
This commit is contained in:
parent
364771b8bf
commit
b63a671c2c
1 changed files with 4 additions and 1 deletions
|
@ -119,6 +119,9 @@ pandora.ui.embedPanel = function() {
|
|||
$timeline.options({
|
||||
subtitles: data.subtitles ? video.subtitles : []
|
||||
});
|
||||
},
|
||||
fullscreen: function(data) {
|
||||
Ox.Fullscreen.toggle();
|
||||
}
|
||||
});
|
||||
|
||||
|
@ -301,4 +304,4 @@ pandora.ui.embedPanel = function() {
|
|||
|
||||
return that;
|
||||
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue