Breakpoints on VARIABLE WIDTH and MULTIPLE SLIDES TO SCROLL
@roughiain is already working on this.
Since Jun 28, 2017.
- Dominant language
- JavaScript
- Stars
- 2.3k
- Forks
- 232
- PR merge metrics
- No merged PRs in 30d
Description
The ability to set the number of slides to show for different widths
````
document.addEventListener('DOMContentLoaded', function () {
var multiSlides = document.querySelector('.js_multislides');
lory(multiSlides, {
infinite: 4,
slidesToScroll: 4
breakpoints[
{
width:600px,
slidesToShow:3
},
{
width:320px,
slidesToShow:1,
slidesToScroll:1
}]
});
});
````
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.