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
Branches
No related tags found
No related merge requests found
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
<track srclang="de" kind="chapters" src="{{ url_for('chapters',lectureid=lecture.id) }}" /> <track srclang="de" kind="chapters" src="{{ url_for('chapters',lectureid=lecture.id) }}" />
</video> </video>
<script> <script>
$('#videoplayer').addClass("vjs-16-9"); $('#videoplayer').addClass("vjs-fluid");
$('#videoplayer').css("width"); $('#videoplayer').css("width");
$(function() { $(function() {
videojs("videoplayer").ready(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