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:
commit
8c52d02c21
@ -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'];
|
||||
|
Loading…
x
Reference in New Issue
Block a user