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'
});
heading
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.