display vids in card view

remotes/1693045480750635534/spooky-22
fireworks88 2021-09-05 22:38:11 +02:00
parent b503920699
commit 3b0094b6f5
1 changed files with 12 additions and 14 deletions

View File

@ -216,8 +216,7 @@
</div>
</div>
{% if not v or v.cardview %}
{% if p.is_image %}
{% if p.is_image and not (v and not v.cardview) %}
<div style="text-align: center" class="mt-4">
<a target="_blank" rel="nofollow noopener noreferrer" href="{{p.url}}">
<img loading="lazy" src="{{p.url}}" class="img-fluid" style="max-height:500px;" alt="Unable to load image">
@ -230,7 +229,6 @@
</video>
</div>
{% endif %}
{% endif %}
{% if p.realbody(v) %}
<div class="d-none card rounded border pb-0 pt-3 my-2" id="post-text-{{p.id}}">