From c2eb4624563453fa587188d214706f5db3074056 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Sat, 26 Nov 2022 10:27:18 -0500 Subject: [PATCH] Allow lazy loading --- templates/components/photo-collection-card.html | 2 +- templates/shortcodes/clickable_photo.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/components/photo-collection-card.html b/templates/components/photo-collection-card.html index 4d2a7d2..3aeda62 100644 --- a/templates/components/photo-collection-card.html +++ b/templates/components/photo-collection-card.html @@ -8,7 +8,7 @@
Cover image + alt="Cover image" loading="lazy">
diff --git a/templates/shortcodes/clickable_photo.html b/templates/shortcodes/clickable_photo.html index c9fae2b..b3def6d 100644 --- a/templates/shortcodes/clickable_photo.html +++ b/templates/shortcodes/clickable_photo.html @@ -1,4 +1,4 @@ - +
\ No newline at end of file