Topic: firstImageIndex option ignored [SOLVED]
I set option firstImageIndex to static value 2.
 
new juicebox({
            containerid: 'juicebox-container',
            galleryHeight: '100%',
            galleryWidth: '88%',
            configUrl: '/conf/config.xml',
            firstImageIndex: 2           
        });But the value isn't applied. The gallery always shows first image.