jsor / jcarousel

Riding carousels with jQuery.
https://sorgalla.com/jcarousel/
MIT License
1.99k stars 734 forks source link

Vertical scroll with two columns #769

Closed stillfire closed 8 years ago

stillfire commented 9 years ago

Hey, is there any way to do a vertical scroll with two columns of list items?

The ul is twice the size it should be so it keeps scrolling with a bunch of empty space.

Thanks.

jsor commented 9 years ago

No, sorry. The only way is to have something like

<ul>
  <li>
    <img src="img1.jpg">
    <img src="img2.jpg">
  </li>
  <li>
    <img src="img3.jpg">
    <img src="img4.jpg">
  </li>
</ul>