is there an image lazy loading library for astro?
I found this cool library called
Blurr-Hash
with helps with lazy loading images in a really cool and efficient way.
but the thing is I also want to use this component from @astro/image
called Picture
where I can specify multiple versions/sizes of images.
and I don't know how to combine both, then I thought there must be some library for this that is specific to astro. unfortunately I found non.
How do I do this?2 Replies
Flamethrower?
Not sure how that would handle Picture elements though.
thanks. not what I want tho