Declined
Last Updated: 14 Jul 2023 10:03 by ADMIN
Created by: Serhat
Comments: 1
Category: ScrollView
Type: Feature Request
2
Provide a built-in zoomable option on a mouse wheel for ScrollView component images
Declined
Last Updated: 14 Jul 2023 09:34 by ADMIN
Created by: Yurii
Comments: 3
Category: ScrollView
Type: Feature Request
2
I'm wondering is it possible to have something closer to owl carousel (demo: https://owlcarousel2.github.io/OwlCarousel2/demos/basic.html)?
Declined
Last Updated: 11 Jul 2023 15:09 by ADMIN
Created by: n/a
Comments: 4
Category: ScrollView
Type: Feature Request
2

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

Completed
Last Updated: 17 Feb 2021 14:08 by ADMIN

$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)