If I leave the jcarousel with default settings with four images it
works fine. Shows three thumbnails that I can cycle through to see all
four. Now if I change it to be vertical:

$(".vertical .gholder").jCarouselLite({
        btnNext: ".vertical .next",
        btnPrev: ".vertical .prev",
        vertical: true
    });

Then it displays vertical, but it shows all four thumbnails, instead
of three, and the next and prev links don't cycle the images anymore.
I tried even adding a vertical class to the appropriate div and to the
next and prev links, thinking maybe that was the problem. I don't see
anything else on the plugins main site, saying I have to change
anything except the code above.

Reply via email to