Skip to content
Snippets Groups Projects
Commit c21f1fd3 authored by Andreas Valder's avatar Andreas Valder
Browse files

fixed 16:9 4:3 problems

parent 7f4d8a8d
No related branches found
No related tags found
No related merge requests found
......@@ -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() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment