From 65f021dc3f840fe802ecc921f11f334558e659df Mon Sep 17 00:00:00 2001 From: Volpeon Date: Tue, 23 Aug 2022 11:40:34 +0200 Subject: Don't lazy-load images --- templates/partials/gallery_card.html | 1 - 1 file changed, 1 deletion(-) (limited to 'templates/partials') 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 @@ class="c-card__thumbnail-img" src="$it.thumbnail.rel$" alt="Preview thumbnail of "$it.title$"" - loading="lazy" /> -- cgit v1.2.3-54-g00ecf