Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorqwik3r
    • CommentTimeJan 19th 2007
     
    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.
    • CommentAuthormgorman03
    • CommentTimeJul 28th 2010
     
    I am looking to do the same thing, click on one thumbnail and scroll through the images. Did you happen to find anything ?

    Thanks, Mark
    • CommentAuthorTophy52
    • CommentTimeJul 28th 2010
     
    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
    • CommentAuthorchezqui
    • CommentTimeJul 29th 2010
     
    This is the script from the lightbox page:

    <a href="images/image-1.jpg" rel="lightbox[roadtrip]">image #1</a>
    <a href="images/image-2.jpg" rel="lightbox[roadtrip]">image #2</a>
    <a href="images/image-3.jpg" rel="lightbox[roadtrip]">image #3</a>

    When you delete the text image #2 and image #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.