diff --git a/static/js/embedPlayer.js b/static/js/embedPlayer.js index 3699570b..81404e0f 100644 --- a/static/js/embedPlayer.js +++ b/static/js/embedPlayer.js @@ -160,6 +160,12 @@ pandora.ui.embedPlayer = function() { } }); + Ox.Fullscreen.bind('change', function(state) { + $player.options({ + fullscreen: state + }); + }); + $controls = Ox.Element(); if (options.showTimeline) {