Hi,i installed the module and followd the intructions in the readme file i downloaded the files and putted them in the JS folder but it seems lightbox is not working with images in a node :(

this is the code in the node: <img src="files/demon/Afbeelding1.jpg" rel="lightbox height="375" />

when i click the picture the code is gone in the editor :(

i'm using them tinyMCE editor :)

the test page: http://www.ashladan.be/test

Comments

bugz_nz’s picture

You should be using code in this format to make an image appear in a lightbox:

<a href="images/image-1.jpg" rel="lightbox" title="my caption">image #1</a>

Be sure you have changed your input format to full html on the node submission page.

stella’s picture

Assigned: Unassigned » stella
Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)