biati-digital / glightbox

Pure Javascript lightbox with mobile support. It can handle images, videos with autoplay, inline content and iframes
MIT License
2.01k stars 226 forks source link

Adding a link to data-description breaks the tag #454

Closed Tjocksmurf closed 9 months ago

Tjocksmurf commented 9 months ago

Describe the bug

Adding a link to data-description breaks the tag

Are you able to reproduce the bug in the demo site No

To Reproduce Steps to reproduce the behavior:

Add a link like this:

data-description="Test text <a href='https//google.com'>Link</a>"

Expected behavior The link to sit inside the other link and be displayed only when the image is opened.

Post the code you are using data-description="Test text <a href='https//google.com'>Link</a>"

Desktop:

Tjocksmurf commented 9 months ago

Typo in my code