I have Responsive Lightbox set up and it works perfecly, thanks for this great plugin!
Now how do I add a single image to a post linking to an external page and prevent Responsive Lightbox from touching it?
What I want to have is: (a href=”link to external page (not image)”) (img src=”link to thumbnail”) (/a)
The external page has a “.jpg” extension in its URL even though the server returns text/html content type. So it seems Lightbox is perhaps trying to load an external image into its container, even though the server is returning a HTML page.
Is there a CSS class or something similar that I could use to bypass Responsive Lightbox for a single image?