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}