master
kek7198 2021-11-24 21:11:01 -06:00
parent 082bc038f1
commit 3f523e1a36
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@
{% 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-3/4" style="max-height:500px;" alt="Unable to load image">
<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>
{% endif %}