Adjust video
This commit is contained in:
parent
d75cc3e904
commit
fbe512d549
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@
|
|||
{% if media['type'] == 'image' %}
|
||||
<IMG SRC="{{ media['preview_url'] }}" ALT="{{ media['description'] }}">
|
||||
{% elif media['type'] == 'video' or media['type'] == 'gifv' %}
|
||||
<video controls width="100%">
|
||||
<video controls height="50%">
|
||||
<source src="{{ media['url'] }}" type="video/webm" />
|
||||
<A HREF="{{ media['url'] }}">Download video</A>
|
||||
</video>
|
||||
|
|
Loading…
Reference in a new issue