diff --git a/static/js/pandora/embedPanel.js b/static/js/pandora/embedPanel.js index e5b636cf..1d35a03c 100644 --- a/static/js/pandora/embedPanel.js +++ b/static/js/pandora/embedPanel.js @@ -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; -}; \ No newline at end of file +};