jsor / jcarousel

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

Scroll an amount of pixels? #678

Closed ianthedev closed 10 years ago

ianthedev commented 10 years ago

Since heights of items of my vertical carousel are different, I have to make it scrolls the height of <div class="jcarousel"></div> each time instead of scrolling a fixed number of items. Is there a way to do that?

In other words, each time it has to scroll to:

jsor commented 10 years ago

This is only possible with the pagination plugin, unfortunately it doesn't support prev/next scrolling at the moment.

ianthedev commented 10 years ago

Thanks.