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