Center elements when itemsToShow is more than 1
Is there a way to do this other than centering the flex on the hooper track? Center mode isn't an option either (it does not work ok). If I have, for example, three elements they align to the left and I want them on the center.
@saerose could you do this w/ the breakpoints object under hooperSettings?
breakpoints: {
769: {
itemsToShow: 4,
},
1200: {
itemsToShow: 3,
}
}
Just a thought as I was browsing this repo
Thanks for answering but we decided to use another slider seeing that no one cares about this one. ☹️
Yeah ... left it as much for anyone coming after you. :)
Yeah ... left it as much for anyone coming after you. :)

I don't know why but in mobile device => itemsToShow = 2 it's not working! I use the current version(^0.3.4), hope you can help me resolve that! @rylanb
@harrytran998 I'm not sure I can but do you have itemsToShow: set to the default #? That should work for mobile
so it might look like:
itemsToShow: 2,
breakpoints: { <your code from screenshot >}
try that ?
@harrytran998 I'm not sure I can but do you have
itemsToShow:set to the default #? That should work for mobileso it might look like:
itemsToShow: 2, breakpoints: { <your code from screenshot >}try that ?
Oh, thank you, bro! It's worked!