Private
Public Access
1
0

Added slider and improved behavior of video analysis

This commit is contained in:
Sander Roosendaal
2019-11-07 17:55:02 +01:00
parent 8fdca8a1f6
commit e35b3fd7b1
5 changed files with 110 additions and 27 deletions

View File

@@ -173,6 +173,7 @@ $('#id_workouttype').change();
{% endfor %}
{% for video in videos %}
<li>
<div>{{ video.name }}</div>
<a href="/rowers/video/{{ video.id|encode }}/">
<img src="https://img.youtube.com/vi/{{ video.video_id }}/hqdefault.jpg"/>
</a>