From 30328ff4bd63a09e6db31a8e77d87a1819394a20 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Mon, 27 Jan 2025 23:59:17 +0100 Subject: [PATCH] Lib: Add comment --- src/lib/components/LazyImage.svelte | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/components/LazyImage.svelte b/src/lib/components/LazyImage.svelte index e90f39b..f103abe 100644 --- a/src/lib/components/LazyImage.svelte +++ b/src/lib/components/LazyImage.svelte @@ -54,6 +54,7 @@ style="aspect-ratio: {imgwidth} / {imgheight}; {containerstyle ?? ''}; max-width: {imgwidth}px; max-height: {imgheight}px" > + {#if load} {#await fetch_image_base64(src) then data}