henrygd / bigger-picture

JavaScript lightbox gallery for images, video, audio, iframes, html. Zoomable, responsive, accessible, lightweight.
https://biggerpicture.henrygd.me
MIT License
231 stars 17 forks source link

Action? #28

Closed howesteve closed 1 year ago

howesteve commented 1 year ago

Hello,

Can we use this as a svelte action (i.e. use:action)?

Btw you won me at the "Lift Your Skinny Fists Like Antennas to Heaven" in the demo.

Thanks

henrygd commented 1 year ago

Not directly but it's easy to make your own depending on what you want to do.

See here for an example: https://stackblitz.com/edit/sveltejs-kit-template-default-s1hf8h?file=src%2Froutes%2F%2Bpage.svelte

Note: I used bigger-picture/vanilla because the global / local default transition switch in Svelte 4 broke the opening animation. Probably need to do a 2.0 release at some point to fix it. (Edit: fixed as of 1.1.11)

howesteve commented 1 year ago

Thank you, just what I needed.