PDA

View Full Version : Anyone Familiar with Lightbox??



Fireproofgfx
30 Nov 2010, 01:43 AM
Is it possible to add images to the group without having them on the website???


I thought this might work to pile 3 images in one group within one thumbnail section.. But this does not work.

<a href="images/home.jpg" rel="lightbox[tks]"><a href="images/thoughts.jpg" rel="lightbox[tks]"><a href="images/cabinets.jpg" rel="lightbox[tks]" title="That Kitchen Shop 2010"><img src="images/tks.jpg" width="350" height="238" alt="" /></a>

I am creating a portfolio and wanted people to click on one image/thumbnail for that particular job and then browse through that one group and then X out and then move to the next Job.

Is this possible??? Am I just doing something simple, wrong? lol.. Thanks for any and all help!

spade
11 Dec 2010, 09:48 AM
your not using the anchor tag right ...
try doing something like this
e.g

<a rel="lightbox[dmc]" href="wallpaper/dmc4/dmc5.jpg"><img class="image" src="wallpaper/dmc4.th/dmc5.jpg" ></a>
<a rel="lightbox[dmc]" href="wallpaper/dmc4/dmc6.jpg"><img class="image" src="wallpaper/dmc4.th/dmc6.jpg" ></a>
<a rel="lightbox[dmc]" href="wallpaper/dmc4/dmc7.jpg"><img class="image" src="wallpaper/dmc4.th/dmc7.jpg" ></a>