Loop videos, on the assumption that most are gifvs.

Also, use media.preview_url for the preview image rather than the first frame.
This commit is contained in:
Jason McBrayer 2018-11-06 11:09:05 -05:00
parent be3bb1ee1a
commit 9eda3c91cb
1 changed files with 2 additions and 1 deletions

View File

@ -76,7 +76,8 @@
</a>
{% else %}
<video class="level-item is-max-256" controls>
<video class="level-item is-max-256" controls loop
poster="{{ media.preview_url }}">
<source src="{{ media.url }}" type="video/mp4">
<a href="{{ media.url }}">
{% if toot.sensitive %}