erik-krogh / SudoSlider

The most versatile jQuery content slider
36 stars 24 forks source link

Fix navigation #32

Closed Valeka closed 9 years ago

Valeka commented 9 years ago

Hi there! Thanks for great slider. I'm using this version for my site http://webbies.dk/assets/files/SudoSlider/package/demos/thumbnails%202.html

Now I wonder, is there any way to make navigation fixed so when you click on one thumbnail not to scroll on left or right whole navigation. I want to move navigation only by arrows.

Thanks!

webbiesdk commented 9 years ago

Just remove the line

controlsSlider.goToSlide(targetSlide);
Valeka commented 9 years ago

Thanks! Perfect!