From c21f1fd3d07fcff5ac2c7cfee5b617ed0e144a1f Mon Sep 17 00:00:00 2001 From: Andreas <andreasv@fsmpi.rwth-aachen.de> Date: Mon, 8 May 2017 13:18:00 +0200 Subject: [PATCH] fixed 16:9 4:3 problems --- templates/macros.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/macros.html b/templates/macros.html index d0a31d5..55155e1 100644 --- a/templates/macros.html +++ b/templates/macros.html @@ -56,7 +56,7 @@ <track srclang="de" kind="chapters" src="{{ url_for('chapters',lectureid=lecture.id) }}" /> </video> <script> -$('#videoplayer').addClass("vjs-16-9"); +$('#videoplayer').addClass("vjs-fluid"); $('#videoplayer').css("width"); $(function() { videojs("videoplayer").ready(function() { -- GitLab