gLightbox Custom Description not working properly on mobile
10:33 04 Nov 2022

I'm using gLightbox on my site. I am using the description: custom-desc; feature to make the description. The link works great when on desktop. However, as soon as I switch to a mobile device the link doesn't work. It's just showing up with the text.

const glightbox = GLightbox({
  selector: '.glightbox'
});







It shows up like this on mobile while in my dev tools. It's completely removing the a href altogether.

I can provide link to dev site if that would help.

javascript html css lightbox