svelte-lazy
svelte-lazy copied to clipboard
A svelte component to lazyload any content including images
Hi, I have a project where some buttons scroll to divs placed down the website. If I put the id prop in the slot that is passed inside `Lazy` it...
HI, this is a great plugin ! It works well if I "browse" to a page(client fetch) but if I refresh the page (preload /ssr) then the image doesn't appear...
Doesn't seem to be working for videos. Height is always defaulting to "auto"
Hi, I encountered the following warning when compiling with Vite (5.0.10). ``` 11:41:41 AM [vite-plugin-svelte] WARNING: The following packages have a svelte field in their package.json but no exports condition...
When installing with npm, there is compatibility in package.json only with svelte 3, not reflecting the latest changes in git repo.
Hello, Where is the changelog for svelte-lazy?