Hello,
I have a customer that wants to use custom MIME types for images and I can get wordpress to recognize the custom mime type as a jpg. But when an image is displayed and the user clicks on the image, the image is opened directly instead of in the Lightbox within the theme chrome.
Is there a way to have the lightbox recognize the custome MIME types, so that it will treat them like other images?
I look forward to your reply
Doug
Hey lucein1774!
does this happen on a default WordPress theme as well?
Maybe you could try to add manually a lightbox link with something like this:
<a href="images/fullscreen/2.jpg" rel="prettyPhoto" title="This is the description"><img src="images/thumbnails/t_2.jpg" width="60" height="60" alt="This is the title" /></a>
Best regards,
Andy