Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Roman Karwacik
website
Commits
c21f1fd3
Commit
c21f1fd3
authored
May 08, 2017
by
Andreas Valder
Browse files
fixed 16:9 4:3 problems
parent
7f4d8a8d
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/macros.html
View file @
c21f1fd3
...
...
@@ -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
()
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment