Is it possible to link to a folder to display images rather then an image itself? For example I click on a single image it spawns a lightbox with a next button to cycle through various images that are in a folder. Any help would be greatly appreciated, thanks.
gather all images needed in one single directory, link them and follow explaination http://www.huddletogether.com/forum/comments.php?DiscussionID=4730&page=1#Item_3
Then you get : <a href="images/image-1.jpg" rel="lightbox[roadtrip]">image #1</a> <a href="images/image-2.jpg" rel="lightbox[roadtrip]"></a> <a href="images/image-3.jpg" rel="lightbox[roadtrip]"></a>
When you have this on your page, you'll see only image #1, but when you click your mouse to the right, the next image appears. The name in [brackets] puts the images into groups to be shown from the first image.