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:
The first non-fully visible item, or if there is no non-fully visible item, then
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: