Closed (fixed)
Project:
Lightbox2
Version:
5.x-1.1
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
15 Jun 2007 at 11:44 UTC
Updated:
9 Jul 2007 at 09:47 UTC
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
Comment #1
bugz_nz commentedYou 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.
Comment #2
stella commentedComment #3
(not verified) commented