Lib: Fix double semicolon in LazyImage
This commit is contained in:
@ -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}
|
||||
|
Reference in New Issue
Block a user