Lightbox on Images doesn’t work ?
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
Cagliostro edited answer