Center mode with infinite: false not working
Open
- Dominant language
- JavaScript
- Stars
- 11.9k
- Forks
- 2.1k
- PR merge metrics
- No merged PRs in 30d
Description
If I run your sandbox code with following settings I can't reach the last two slides:
```
var settings = {
initialSlide: 3,
centerMode: true,
infinite: false,
centerPadding: "60px",
slidesToShow: 3,
};
```
If I set infinite to true, everything works as expected.
Contributor guide
Assessment
This issue has not been assessed yet.