Marek Grzybek
Marek Grzybek
That doesn't make sense as `isOverlayVisible` should be equal to `false` here: https://github.com/feimosi/baguetteBox.js/blob/dev/src/baguetteBox.js#L608 Therefore the gallery should be hidden and a user has no way to interact with it. Could...
I'm quite busy these days, but I'll try to debug it myself when I have some time.
On what environment does this happen?
Are you still having the issue? I couldn't reproduce it myself
Sorry, I don't understand the question. You only pass image URLs to baguetteBox
So in this case it's recommended to "re-run" the script, that is `destroy()` + `run()`. It all depends on the use case, if the container is initially empty, you can...
Thanks for spotting that! I'm gonna need to test it myself before pushing a fix
Sorry, that's an expected behavior. I haven't thought users will be allowed to click on thumbnails while the gallery is open. It's a different logic in the code, but you...
Thanks, I'm glad you like it! Actually, you can override the animation yourself. Currently it's: ```css #baguetteBox-slider { transition: left .4s ease, transform .4s ease; } ```
Sorry for the inconvenience. When I first published it to npm it was actually quite common to append `.js` to the name. Now I'd have to create some sort of...