Commit ebf2eb9b authored by Doris Tam's avatar Doris Tam 🌷 Committed by Robert Lyon
Browse files

Bug 1940887: Update VideoJS to 7.14.3

Including customisation in the _internalmedia.scss file
to use Mahara theme variables

Change-Id: I494fd26c9e40f9464cc5a69170aaf903bd2102dd
parent cad985c6
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ Video.js - HTML5 Video Player
=============================

Website: http://videojs.com/
Version: 7.11.4
Version: 7.14.3

This html5 video player is used by the Mahara internal media blocktype.
The distribution is downloaded from the latest release (https://github.com/videojs/video.js/releases).
@@ -10,4 +10,3 @@ The distribution is downloaded from the latest release (https://github.com/video
Modifications
- keep only /font, /lang, video.js, video.min.js, and video-js.css
- Move video-js.css into raw theme (htdocs/theme/raw/sass/plugin/blocktype/_internalmedia.scss)
- Added custom style ".vjs-audio" to htdocs/theme/raw/sass/plugin/blocktype/_internalmedia.scss to make the play button on audio players fit inside the controls
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ videojs.addLanguage('de', {
  "Loaded": "Geladen",
  "Progress": "Status",
  "Fullscreen": "Vollbild",
  "Non-Fullscreen": "Kein Vollbild",
  "Non-Fullscreen": "Vollbildmodus beenden",
  "Mute": "Ton aus",
  "Unmute": "Ton ein",
  "Playback Rate": "Wiedergabegeschwindigkeit",
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
  "Loaded": "Geladen",
  "Progress": "Status",
  "Fullscreen": "Vollbild",
  "Non-Fullscreen": "Kein Vollbild",
  "Non-Fullscreen": "Vollbildmodus beenden",
  "Mute": "Ton aus",
  "Unmute": "Ton ein",
  "Playback Rate": "Wiedergabegeschwindigkeit",
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ videojs.addLanguage('en', {
  "Progress Bar": "Progress Bar",
  "progress bar timing: currentTime={1} duration={2}": "{1} of {2}",
  "Fullscreen": "Fullscreen",
  "Non-Fullscreen": "Non-Fullscreen",
  "Non-Fullscreen": "Exit Fullscreen",
  "Mute": "Mute",
  "Unmute": "Unmute",
  "Playback Rate": "Playback Rate",
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@
  "Progress Bar": "Progress Bar",
  "progress bar timing: currentTime={1} duration={2}": "{1} of {2}",
  "Fullscreen": "Fullscreen",
  "Non-Fullscreen": "Non-Fullscreen",
  "Non-Fullscreen": "Exit Fullscreen",
  "Mute": "Mute",
  "Unmute": "Unmute",
  "Playback Rate": "Playback Rate",
Loading