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