Image Gallery with JQuery Lightbox
        Posted  
        
            by Michael
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Michael
        
        
        
        Published on 2010-04-18T11:49:51Z
        Indexed on 
            2010/04/18
            11:53 UTC
        
        
        Read the original article
        Hit count: 409
        
Hi there,
I've used the JQuery lightbox on a couple of websites, by having a gallery of thumbnails and the thumbnails as links to the bigger photos, such as:
<a href="Images/Gallery/1.jpg" class="lightbox">
            <img src="Images/Gallery/Thumbnails/1T.jpg" width="136" height="97" />
</a>
My question is, using lightbox - can I make it so that I have a thumbnail image that when clicked takes you to a folder with a few pictures to cycle through, rather than just linking to one photo like in the example above?
I've tried with one link like above and in the Gallery folder having more than one image, but I don't get any navigation buttons, just the one image that is linked to.
© Stack Overflow or respective owner