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
82871d06
Commit
82871d06
authored
May 22, 2017
by
Julian Rother
Browse files
Removed debug stuff from template
parent
089c06c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/macros.html
View file @
82871d06
...
...
@@ -52,7 +52,6 @@
<video
id=
"videoplayer"
style=
"width: 100%"
class=
"video-js vjs-default-skin vjs-big-play-centered"
width=
"640"
height=
"320"
controls
data-wasnotplayed=
"1"
data-setup=
'{ "language":"de", "plugins" : {"hotkeys": {"seekStep": 15, "enableVolumeScroll": false, "alwaysCaptureHotkeys": true}, "videoJsResolutionSwitcher": { "ui": true, "default": "720p", "dynamicLabel": false } }, "customControlsOnMobile": true, "playbackRates": [0.5, 0.75, 1, 1.25, 1.5, 1.75, 2, 2.25, 2.5, 2.75, 3, 3.25, 3.5, 3.75, 4] }'
>
{% for v in videos|sort(attribute='formats.player_prio', reverse=True) %}
<source
type=
"{{ v.formats.mimetype }}"
src=
"{{ config.VIDEOPREFIX }}/{{ v.path }}"
data-label=
"{{ v.formats.description }}"
data-res=
"{{v.formats.resolution}}"
data-aspect=
"{{v.formats.aspect}}"
data-player_prio=
"{{v.formats.player_prio}}"
/>
{{ v|safe }}
{% endfor %}
<track
srclang=
"de"
kind=
"chapters"
src=
"{{ url_for('chapters',lectureid=lecture.id) }}"
/>
</video>
...
...
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