Cycle plugin stops slideshow when go-to specific slide called (i.e. cycle(#))
I am trying to make a grid of slideshow images, so that when one of the images is clicked on, it changes all the images in the grid to match. I have this set up and change each slideshow div by calling ('.class').cycle(#) where # is the image number to call.
It works the first time, but then the problems come in.
When I click on an image to change the whole grid to that same image, all the sideshows in the grid that were already on that image stop transitioning. (Including the one that was clicked) They get stuck on the current image.
This is a simplified example, so you can find all the source and everything on that one page.
Thank you for any help.