- Issue created by @funstenolf
- Merge request !1Disable PM Carousel if fewer items than group parameter → (Open) created by Unnamed author
- 🇫🇷France mably
Problem has been fixed in our fork of the
pm-carousel
library by adding adisable=auto
option.
Currently if there are fewer items in a carousel than what is declared in the `group` variable in its settings, the carousel is still activated. I think it would be an interesting feature if we could deactivate the carousel in this specific case.
Add a condition in `pm-carousel.load.js` to provide for this case.
Active
1.0
Code
Problem has been fixed in our fork of the pm-carousel
library by adding a disable=auto
option.