1 (edited by stefaan 2012-08-30 17:47:53)

Topic: Slideshow starts at the end with enableLooping+autoPlayOnLoad true

Slideshow starts at the last image when I combine enableLooping=true and autoPlayOnLoad=true.
Juicebox 1.1.1 Pro

With enableLooping = false the show starts as it should with the first image.

I have a gallery with 20 images, and use the following settings:

        new juicebox({
            baseUrl: "galleries/main/",
            showPreloader: "false",
            showAutoPlayStatus: "false",
            containerId: "juicebox-container",
            galleryTitle: "",
            galleryTitlePosition: "none",
            buttonBarPosition: "none",
            captionPosition: "none",
            randomizeImages: "true",
            imageTransitionType: "none",
            enableAutoPlay: "true",
            autoPlayOnLoad: "true",
            displayTime: "5",
            enableLooping: "false",
            imageScaleMode: "fill",
            imagePreloading: "next",
            useThumbDots: "true",
            maxThumbColumns: "25",
            galleryWidth: "940px",
            galleryHeight: "500px",
            showOpenButton: "false",
            showExpandButton: "false",
            showThumbsButton: "false",
backgroundColor: "rgba(255,255,255,0.0)"
        });

stefaan

Re: Slideshow starts at the end with enableLooping+autoPlayOnLoad true

Thank you for reporting.
This is a known bug which has been addressed and will be fixed in the next version.
In the meantime, workarounds are either to set firstImageIndex="1" or (as you have discovered) enableLooping="FALSE".

Re: Slideshow starts at the end with enableLooping+autoPlayOnLoad true

This bug has now been fixed in v1.2.0. Please see this Juicebox Blog entry for further details.