I'm trying to use jQuery to have this page to display a vertical
carousel at the bottom of the page, in the large JJ Highlights
section:

http://beta.jewishjournal.com/

But as you can see, instead of having one row of highlights, I'm
seeing all three rows and the height of the box is extremely large.
I'm using this basic code, with some additional options set:

jQuery(document).ready(function() {
    jQuery('#mycarousel').jcarousel({
        vertical: true,
        visible: 1
    });
});

If I leave everything the same and instead use a horizontal carousel,
it works fine.

Any idea why I can't get the carousel to show just one item at a time
vertically?

TTFN
Travis Smith
Hop Studios

Reply via email to