diff options
| author | Volpeon <git@volpeon.ink> | 2022-08-23 11:40:34 +0200 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2022-08-23 11:40:34 +0200 |
| commit | 65f021dc3f840fe802ecc921f11f334558e659df (patch) | |
| tree | 4383a3e8561d6d74bcb0ca854d89d1b6389c7dfe | |
| parent | Fix (diff) | |
| download | volpeon.ink-65f021dc3f840fe802ecc921f11f334558e659df.tar.gz volpeon.ink-65f021dc3f840fe802ecc921f11f334558e659df.tar.bz2 volpeon.ink-65f021dc3f840fe802ecc921f11f334558e659df.zip | |
Don't lazy-load images
| -rw-r--r-- | templates/partials/gallery_card.html | 1 |
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 "$it.title$"" | 18 | alt="Preview thumbnail of "$it.title$"" |
| 19 | loading="lazy" | ||
| 20 | /> | 19 | /> |
| 21 | </div> | 20 | </div> |
| 22 | </div> | 21 | </div> |
