diff --git a/video.js b/video.js index 78a5442b6..71cef2891 100644 --- a/video.js +++ b/video.js @@ -693,7 +693,7 @@ var VideoJS = JRClass.extend({ }, nativeFullscreenOn: function(){ - if(typeof this.video.webkitEnterFullScreen == 'function' && false) { + if(typeof this.video.webkitEnterFullScreen == 'function') { // Seems to be broken in Chromium/Chrome if (!navigator.userAgent.match("Chrome")) { this.video.webkitEnterFullScreen();