diff --git a/source/Ox.UI/js/Video/VideoPanel.js b/source/Ox.UI/js/Video/VideoPanel.js index 823a4e40..743bce04 100644 --- a/source/Ox.UI/js/Video/VideoPanel.js +++ b/source/Ox.UI/js/Video/VideoPanel.js @@ -83,7 +83,7 @@ Ox.VideoPanel = function(options, self) { .options(options || {}) .update({ fullscreen: function() { - self.$video.options({fullscreen: self.options.value}); + self.$video.options({fullscreen: self.options.fullscreen}); }, height: function() { self.$video.options({height: getPlayerHeight()});