summaryrefslogtreecommitdiffstats
path: root/templates/partials/gallery_card.html
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2022-08-23 11:40:34 +0200
committerVolpeon <git@volpeon.ink>2022-08-23 11:40:34 +0200
commit65f021dc3f840fe802ecc921f11f334558e659df (patch)
tree4383a3e8561d6d74bcb0ca854d89d1b6389c7dfe /templates/partials/gallery_card.html
parentFix (diff)
downloadvolpeon.ink-65f021dc3f840fe802ecc921f11f334558e659df.tar.gz
volpeon.ink-65f021dc3f840fe802ecc921f11f334558e659df.tar.bz2
volpeon.ink-65f021dc3f840fe802ecc921f11f334558e659df.zip
Don't lazy-load images
Diffstat (limited to 'templates/partials/gallery_card.html')
-rw-r--r--templates/partials/gallery_card.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/partials/gallery_card.html b/templates/partials/gallery_card.html
index 4728461..38daa0e 100644
--- a/templates/partials/gallery_card.html
+++ b/templates/partials/gallery_card.html
@@ -16,7 +16,6 @@
16 class="c-card__thumbnail-img" 16 class="c-card__thumbnail-img"
17 src="$it.thumbnail.rel$" 17 src="$it.thumbnail.rel$"
18 alt="Preview thumbnail of &quot;$it.title$&quot;" 18 alt="Preview thumbnail of &quot;$it.title$&quot;"
19 loading="lazy"
20 /> 19 />
21 </div> 20 </div>
22 </div> 21 </div>