I use conventional image module to upload images and image filter module to display images inline. The code used to insert image into a node is [image:image_id align=right/left width=xx height=xx] where parameters except the 'image_id' are optional.
The Lightbox works as expected in the image galleries page, but not yet for the inline images in nodes. Clicking the inline image still takes the user to the image node.
The HTML displayed for the inline images in page source is img height="350" align="right" width="280" title="Flu symptoms" alt="Flu symptoms" src="http://example.com/sites/default/files/images/Flu_symptoms.png"/>
The Automatic handler for Inline images: has been set to Lightbox. Though i was not sure, i tried adding img to the Custom image trigger classes: which did not work as well.
Is there a way to have Lightbox working with the inline images?
Thank you