Lib: Fix double semicolon in LazyImage

This commit is contained in:
2025-02-25 20:11:30 +01:00
parent d31576a4d5
commit cd31d50cb2

View File

@ -56,8 +56,8 @@
use:lazyload
onLazyVisible={lazy_visible_handler}
class="overflow-hidden"
style="aspect-ratio: {imgwidth} / {imgheight}; {containerstyle ??
''}; max-width: {imgwidth}px; max-height: {imgheight}px"
style="aspect-ratio: {imgwidth} / {imgheight}; max-width: {imgwidth}px; max-height: {imgheight}px; {containerstyle ??
''}"
>
{#if load}
{#await fetch_image_base64(src) then data}