Media control addition was a hot fix which skipped my normal development enviroment, where I was working on the app rename. This merges the two branches.
This commit is contained in:
Matthias Portzel 2022-04-30 13:37:10 -04:00
commit 98e2aa29ba
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 %}