Hello,
I have a carousel showing 3 columns that works perfectly :





But to handle responsive properly, I would like to change the "data-items" property dynamically depending on the screen width. For exampe, I would like that number to be :
- "3" for lg and md
- "2" for sm
- "1" for xs and xxs
I could display 3 times this carousel with each values, and hiding/showing the good one(s) depending on the current width but that doesn't seem like a nice way to handle responsivity.
Also, this should work even if the user resize the browser dynamically (not only on page load).
Maybe you have an idea on how I could handle that properly ?
Thank you very much
