1
0
mirror of https://github.com/videojs/video.js.git synced 2025-01-17 10:46:00 +02:00

Merge pull request #468 from mente/fullscreen

fixes fullscreen using html5 technology
This commit is contained in:
Steve Heffernan 2013-04-29 13:52:28 -07:00
commit 8c52d02c21

View File

@ -18,6 +18,8 @@ vjs.Html5 = vjs.MediaTechController.extend({
// In iOS, if you move a video element in the DOM, it breaks video playback.
this.features.movingMediaElementInDOM = !vjs.IS_IOS;
this.features.fullscreenResize = true;
vjs.MediaTechController.call(this, player, options, ready);
var source = options['source'];