SEP 22 2008
Triggering Lightbox2 from the node image body.
On my site, I use Lightbox 2 to display a high-res version of the original image when image thumbnails are clicked, rather than linking to the node.
However, I also wanted this behaviour for the images displayed in the Node body. You can see this in action here:
To do this, the image must be wrapped in an <a> tag - so you need to override the theme_image_body hook in your template.php file:
