sjafferi / svelte-images

A Svelte component for displaying images
MIT License
21 stars 5 forks source link

The option with Modal did not work for me #10

Open mylastore opened 3 years ago

mylastore commented 3 years ago

I could not get the setup with Modal to work with svelte-kit latest, when I click on an image I console log images and idx from the popModal function and both are getting the correct values.

src: "http://localhost:8000/60d40acab7f2ee0a97c7515a/slide-2.jpg"}1: {src: "http://localhost:8000/60d40acab7f2ee0a97c7515a/slide-1.jpg"}2: {src: "http://localhost:8000/60d40acab7f2ee0a97c7515a/slide-4.jpg"}3: {src: "http://localhost:8000/60d40acab7f2ee0a97c7515a/slide-3.jpg"}]

idx
0
1
2
3
..etc