Hello,
I have a problem with the slideshow Camp26. I would like to click a picture to change the visible image in the slideshow.
I try to include it in the file jquery.galleryview-1.1.js:
| Code: |
$ (img.show1). click (showItem(0));
|
Cette ligne se trouve juste après cela :
| Code: |
$('img.nav-prev').click(showPrevItem);
$('img.nav-next').click(showNextItem);
|
But this is buger the slideshow because it comes without stopping on my image 0.
Have you any idea?
Sorry for my English, I'm French ...