BerkinAKKAYA / svelte-image-gallery

A Masonry-Like Image Container for Svelte
https://madewithsvelte.com/svelte-image-gallery
52 stars 13 forks source link

Add click event handler #3

Closed ideopunk closed 3 years ago

ideopunk commented 3 years ago

At present, the Gallery strips images of their attributes, including their event handlers. As a minimal fix, this pull request adds a click handler to each img that returns its src.

BerkinAKKAYA commented 3 years ago

Hi, i agree this might be useful for some situations. Thanks for your contribution!