remove "lazy" from expanded post images, since they gotta load in all cases

pull/216/head
Aevann 2023-10-26 19:25:58 +03:00
parent 97846c0ad6
commit 2fb0f49bd4
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@
<div class="row no-gutters mb-4">
<div class="col">
<a {% if not v or v.newtabexternal %}target="_blank"{% endif %} rel="nofollow noopener" href="{{p.realurl(v)}}">
<img loading="lazy" data-nonce="{{g.nonce}}" data-onclick="expandImage()" src="{{p.realurl(v)}}" class="post-linked-img" alt="Unable to load image">
<img data-nonce="{{g.nonce}}" data-onclick="expandImage()" src="{{p.realurl(v)}}" class="post-linked-img" alt="Unable to load image">
</a>
</div>
</div>