Lightbox on Images doesn’t work ?

4.63K viewsIssues
0

It seems that all Lightbox (and the like) plugins don’t work with images posted inside Anspress.

Is there a reason for that ?

Thanks

0

I see some one else to ask the same and post an answer:

I managed to do it, simply used a lightbox plugin that triggers on “rel=lightbox” and added these lines in answer.php

$(‘img’).each(function() {
$(this).wrap(““);
});

 

Any ideas how to implement this ? Not only to answers.

 

Thanks

edited answer
You are viewing 1 out of 3 answers, click here to view all answers.