$scrollview-pager-item-border-width is currently set to "0", but should be "0px", or maybe the calc needs to ensure there is a unit with something like (untested) @if(unitless($scrollview-pager-item-border-width), #{$scrollview-pager-item-border-width}px, $scrollview-pager-item-border-width)
Hi,
I am using scrollview and I want to make it resposive, i.e. show less amount of items in the scrollview when the screen size is reduced.
For instance, currently I am showing 5 items in scrollview's active view. Now if a user access it via a different device with a smaller screen size, I want to show only 1 or 2 or item (depends on screen size) in the active view. How can I achive this with scroll view?
Secondly, I am showing 5 active items in the view, now when the user clicks the scrollview's next or previous button, I want scrollview to get just one more item into the active view, depending on user selection.
Regards,
Andy
I'm wondering is it possible to have something closer to owl carousel (demo: https://owlcarousel2.github.io/OwlCarousel2/demos/basic.html)?