Topic: slider creating page refresh everytime it moves to next image

Hi, i have the slider (which i like) on my front page but it refreshes my index page every time it moves on to the next image. My index URL changes like this

http://www.lakanephotography.co.uk/#1
http://www.lakanephotography.co.uk/#2
http://www.lakanephotography.co.uk/#3
http://www.lakanephotography.co.uk/#4
http://www.lakanephotography.co.uk/#5

Is there anything i can do about it.

Lee

Re: slider creating page refresh everytime it moves to next image

Your gallery currently uses enableDirectLinks="TRUE" and the URL in the browser's address bar changes to reflect the image currently being displayed. (Each image in the gallery is given a unique number and unique URL.)
You can disable this functionality by setting enableDirectLinks="FALSE" in JuiceboxBuilder's 'Customize -> General' section.

Re: slider creating page refresh everytime it moves to next image

Thanks Steven!