[jQuery] Jcaroussel with more than one <li> wide
Hello
I want to use the http://sorgalla.com/jcarousel/, but with more than
one "column" of thumbnails.
For example, with the vertical carousel (http://sorgalla.com/projects/
jcarousel/examples/static_vertical.html), set :
.jcarousel-skin-tango .jcarousel-clip-vertical {
height:245px;
width:200px; // instead of 75px
}
200px is wider than the thumbnails, and provide a "two columns"
vertical carousel.
But if I scroll down, it scroll 2 times more than needed...
Is it a solution ?