From 5bfb67034777af91aaa03ab4df2e168297ea474d Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Mon, 16 Dec 2024 02:58:30 +0100 Subject: [PATCH] Lib: Make LazyImage full width --- src/lib/components/LazyImage.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/components/LazyImage.svelte b/src/lib/components/LazyImage.svelte index 6012f1a..f9a9b78 100644 --- a/src/lib/components/LazyImage.svelte +++ b/src/lib/components/LazyImage.svelte @@ -36,7 +36,7 @@ {#await loadImage(src)} {:then data} - + {/await} {/if}