We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When infinite is set to true and autoplay is set to true, the slider cuts the first element and not the last one.
But i want to cut the last(next) element and not the first one.
When infinite is set to false the slider cuts the next element but autoplay is not working.
====================================================================
$('.class').slick({ dots: false, arrows: true, slidesToShow: 4, slidesToScroll: 1, autoplay: true, autoplaySpeed: 1000, infinite: true, responsive: [ { breakpoint: 480, settings: { slidesToShow: 1.5, arrows: false } }, { breakpoint: 768, settings: { slidesToShow: 2.5, arrows: false } }, { breakpoint: 1024, settings: { slidesToShow: 3.5, arrows: false, } } ], }); ==================================================================== Slick Slider Version: 1.9.0 can someone help me?
The text was updated successfully, but these errors were encountered:
Does anyone have any ideas?
Sorry, something went wrong.
No branches or pull requests
When infinite is set to true and autoplay is set to true, the slider cuts the first element and not the last one.
But i want to cut the last(next) element and not the first one.
When infinite is set to false the slider cuts the next element but autoplay is not working.
====================================================================
The text was updated successfully, but these errors were encountered: