Document: Fix exit fullscreen auto in mediaelement (will require active maintenance upon library update) - refs #3546

pull/3683/head
Angel Fernando Quiroz Campos 5 years ago committed by GitHub
parent ecffcfd0ae
commit 3d89f063d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/Resources/public/assets/mediaelement/build/mediaelement-and-player.js
  2. 2
      app/Resources/public/assets/mediaelement/build/mediaelement-and-player.min.js

@ -1332,7 +1332,7 @@ Object.assign(_player2.default.prototype, {
marginError = screenWidth * percentErrorMargin;
if (absDiff > marginError) {
t.exitFullScreen();
// t.exitFullScreen();
} else {
setTimeout(checkFullscreen, 500);
}

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save