svelte-image-gallery icon indicating copy to clipboard operation
svelte-image-gallery copied to clipboard

A Masonry-Like Image Container for Svelte

Results 4 svelte-image-gallery issues
Sort by recently updated
recently updated
newest added

This addresses the deprecation of the DOMNodeInserted and DOMNodeRemoved. This also add types to variables. Deprecated events: https://w3c.github.io/uievents/#legacy-event-types Error: [Deprecation] Listener added for a synchronous 'DOMNodeInserted' DOM Mutation Event. This...

Adding svelte-image-gallery to new svelte project threw this error. [email protected] Please see https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/faq.md#missing-exports-condition for details. Using the svelte field in package.json to point at .svelte source files is deprecated so...

Thanks for your awesome project. It was my inspiration to learn svelte, and I based my first svelte-kit app on some of your code; but just now noticed that it...

Component distributes the images to the columns according to their counts. Every column has same amount of images. But if images has very different heights or there are so many...