Use Fullscreen API for video XBlock full screen mode (#22896)

[TNL-7051] Clicking a video XBlock's fullscreen button now takes the video fullscreen instead of full window.

Gracefully fallback to full window if fullscreen apis are absent
This commit is contained in:
Adam Butterworth
2020-01-24 09:48:41 -05:00
committed by GitHub
parent 2b1134d7e1
commit f0aa3daa87
8 changed files with 213 additions and 127 deletions

View File

@@ -350,6 +350,7 @@ console, run these commands::
paver test_js_run -s cms
paver test_js_run -s cms-squire
paver test_js_run -s xmodule
paver test_js_run -s xmodule-webpack
paver test_js_run -s common
paver test_js_run -s common-requirejs
@@ -359,6 +360,7 @@ To run JavaScript tests in a browser, run these commands::
paver test_js_dev -s cms
paver test_js_dev -s cms-squire
paver test_js_dev -s xmodule
paver test_js_dev -s xmodule-webpack
paver test_js_dev -s common
paver test_js_dev -s common-requirejs