Posts: 10,688
Name: Steven Bradley
Location: Boulder, Colorado
|
it looks like you haven't added the necessary link or html around the image. Have a look at the page on how to use lightbox, specifically item #2 on the page.
Your html needs to look something like:
<a href="path-to-image-shown-in-the-lightbox" rel="lightbox" title="my caption"><img src="path-to-your-image" alt="description of image" /></a>
At the moment you don't have the code for the link wrapped around the image.
|