remotes/1693045480750635534/spooky-22
kek7198 2021-11-24 21:12:14 -06:00
parent 3f523e1a36
commit 857aa83956
1 changed files with 5 additions and 5 deletions

View File

@ -223,11 +223,11 @@
{% include "/modals/ModalSubmissionListingActions.html" %}
{% if p.is_image and not p.over_18 and ((v and v.cardview) or (not v and environ.get('CARD_VIEW') == '1')) %}
<div style="text-align: center" class="mt-3 mb-4">
<a target="_blank" rel="nofollow noopener noreferrer" href="{{p.url}}">
<img loading="lazy" src="/assets/images/loading.gif" data-src="{{p.url}}" class="shadow-md p-1 bg-white w-full md:w-64" style="max-height:500px;" alt="Unable to load image">
</a>
</div>
<div class="mt-4">
<a target="_blank" rel="nofollow noopener noreferrer" href="{{p.url}}">
<img loading="lazy" src="/assets/images/loading.gif" data-src="{{p.url}}" class="shadow-md p-1 bg-white w-full md:w-64" alt="Post preview">
</a>
</div>
{% endif %}
</li>