remotes/1693045480750635534/spooky-22
fireworks88 2021-09-06 23:29:14 +02:00
parent 2c36cabcb1
commit f4322680c1
1 changed files with 7 additions and 5 deletions

View File

@ -224,11 +224,13 @@
</a> </a>
</div> </div>
{% elif p.is_video %} {% elif p.is_video %}
<div style="text-align: center" class="mt-4"> <a href="javascript:void(0)">
<video controls preload="metadata" style="max-width: 100%" onclick="return false"> <div style="text-align: center" class="mt-4">
<source src="{{ p.realurl(v) }}" type="video/mp4"> <video controls preload="metadata" style="max-width: 100%">
</video> <source src="{{ p.realurl(v) }}" type="video/mp4">
</div> </video>
</div>
</a>
{% endif %} {% endif %}
{% if p.realbody(v) %} {% if p.realbody(v) %}