jShowOff
jShowOff copied to clipboard
paging & !controls problem
Was just checking out your jshowoff. I noticed that things go a little haywire (slides start sliding just by hovering) if you load up jshowoff to show paging but not the controls. ie.. " jshowoff({controls: false}); "
Had a look at the code and it seems the pause() within the goToAndPause method is causing the issue. Then i thought about it if you are not showing the play/pause button then you would have no way to play the slide show once you click on the paging and it is paused. So maybe just put a check around that pause() method within goToAndPause that only pauses if config.controls is true.
I ran into it also on http://imageresizing.net/
Any updates?