svelte-img
svelte-img copied to clipboard
High-performance responsive/progressive images for SvelteKit
I believe you may be overriding the browser's ability to discern what is best by having default values for `loading` and `decoding`: https://github.com/zerodevx/svelte-img/blob/master/src/lib/SvelteImg.svelte#L13-L16 As far as I understand how it's...
Thx again for this most excellent library ! Progressive JPGs can provide great content hints in faster time than current image loading/blur LQIP. There's a [whole study](https://blog.cloudflare.com/parallel-streaming-of-progressive-images) done by cloudflare...
Everything should work here except the dark theme for the website seems to no longer be applied.
I don't see any support for `fetchpriority="high"` here. I'm thinking this is something you may want to add. > To use priority hints with picture tags simply add the fetchpriority...
Here is something that may be possible in the future as a browser feature but maybe someone has an idea how to do it now... If not using the `picture`...
Hey @zerodevx thanks for the great repository. I have made a variation of `svelte-img` that you might find interesting. Called `vercel-img` it builds on the design here but allows using...
Hi, can i use this if i add svelte to astro projects? If not, do you think you can deliver Astrojs version too?
see https://evanw.github.io/thumbhash/ for a better explanation. seems to generate better LQIPs(way better quality, same or lower file/base64 size) - not sure if imagetools library needs to implement this or you...
Could it be possible to add support for animations, maybe by adding another url param, like `?anim`? Sharp already provides a way to make the conversion from animated to GIF...
I don't think there's a reason to merge this until Svelte 5 is officially released, I'd just like to put this PR up here so that we can track the...