Replies: 3 comments 3 replies
-
You would need to add the listener on open, the html is generated on the fly |
Beta Was this translation helpful? Give feedback.
-
No way I could make it work by setting up a listener on opening but I made it work another way. However, I have an issue displaying the content of the popup if the anchor that triggers it has a title attribute:
Upon clicking, the slide only displays "Anchor title" and that's it. It does not display the While this:
displays the page content correctly in the popup. I am unable to find in the docs how to stop the title from replacing the page content. Any suggestion? |
Beta Was this translation helpful? Give feedback.
-
Like this?
It doesn't have any effect. Still displays only "Anchor title" in the popup. |
Beta Was this translation helpful? Give feedback.
-
I want to close the lightbox from within it, not by clicking the close button.
Either I wanna show a button within the lightbox body that upon clicking closes the lightbox. Or add a listener within the lightbox that closes the lightbox when activated.
Any idea how to do either of these or both? Can't find anything in the docs. Thanks
Beta Was this translation helpful? Give feedback.
All reactions