fix embedded annotations leaving fullscreen fixes #1828
This commit is contained in:
parent
a2d04e957c
commit
124363ab8d
1 changed files with 6 additions and 0 deletions
|
@ -160,6 +160,12 @@ pandora.ui.embedPlayer = function() {
|
|||
}
|
||||
});
|
||||
|
||||
Ox.Fullscreen.bind('change', function(state) {
|
||||
$player.options({
|
||||
fullscreen: state
|
||||
});
|
||||
});
|
||||
|
||||
$controls = Ox.Element();
|
||||
|
||||
if (options.showTimeline) {
|
||||
|
|
Loading…
Reference in a new issue