Replies: 2 comments 3 replies
-
Oh, there is a 'div id="ligtbox"' above my code which is missing here... :) Trust me, it works well, only the form-button not. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey, You can use the lightGallery(document.getElementById('ligtbox'), {
selector: '.image-tile'
}) Let me know if it resolves the issue |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I have a nice working gallery and want to add a little form inside do add a button for delete a picture.
This is what I have. It works but the form does open the lightbox as well and did not the form-action. It seems that lighbox catches every click inside, right?
`
`
Image and form is a loop actually.
Is it possible to add such a function inside a lightbox?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions