From a22f35ff0920c1d43c28194203432727f192a291 Mon Sep 17 00:00:00 2001 From: Bradley Shellnut Date: Sat, 11 Nov 2023 16:54:31 -0800 Subject: [PATCH] Update LazyImage.svelte with noscript for image loading --- src/lib/components/LazyImage.svelte | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lib/components/LazyImage.svelte b/src/lib/components/LazyImage.svelte index d48e021..d4604bb 100644 --- a/src/lib/components/LazyImage.svelte +++ b/src/lib/components/LazyImage.svelte @@ -20,6 +20,7 @@
+ (loaded = true)} />
-
\ No newline at end of file +