Add controls to video playback element

This commit is contained in:
Matthias Portzel 2022-04-26 23:56:06 -04:00
parent 34868bd0a5
commit 1c2933bef4
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@
<div class="transcript">{{ thought.media_alt|urlize }}</div> <div class="transcript">{{ thought.media_alt|urlize }}</div>
{% endif %} {% endif %}
{% elif file_type == "mov" or file_type == "mp4" %} {% elif file_type == "mov" or file_type == "mp4" %}
<video src="{{ thought.media.url }}" class="extended-media"></video> <video src="{{ thought.media.url }}" controls class="extended-media"></video>
{% endif %} {% endif %}
</div> </div>
{% endif %} {% endif %}