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
Hello!
I have strange issue. Swipe direction is wrong/ When i move finger to the left slides moves to the right and visewersa.
I try many settings, buh with no luck.
I have this settings:
$(document).ready(function(){ $('.slick-products').slick({ slidesToShow: 4, // slidesToScroll: 1, autoplay: true, cssEase: 'linear', arrows: true, dots: true, infinite: true, autoplaySpeed: 2500, pauseOnFocus: false, pauseOnHover: true, pauseOnDotsHover: false,
responsive: [ { breakpoint: 1200, settings: { slidesToShow: 3, slidesToScroll: 1, arrows: true, dots: true, pauseOnFocus: false, pauseOnHover: true, pauseOnDotsHover: false } }, { breakpoint: 992, settings: { slidesToShow: 2, slidesToScroll: 1, dots: true, arrows: true, pauseOnFocus: false, pauseOnHover: true, pauseOnDotsHover: false } }, { breakpoint: 768, settings: { slidesToShow: 2, dots: true, arrows: true, swipe: true, swipeToSlide: true, pauseOnFocus: false, pauseOnHover: true, pauseOnDotsHover: false } }, { breakpoint: 521, settings: { slidesToShow: 1, dots: true, arrows: true, swipe: true, swipeToSlide: true, pauseOnFocus: false, pauseOnHover: false, pauseOnDotsHover: false } } ] }); });
Could you please help me to change swipe direction.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello!
I have strange issue. Swipe direction is wrong/ When i move finger to the left slides moves to the right and visewersa.
I try many settings, buh with no luck.
I have this settings:
$(document).ready(function(){
$('.slick-products').slick({
slidesToShow: 4,
// slidesToScroll: 1,
autoplay: true,
cssEase: 'linear',
arrows: true,
dots: true,
infinite: true,
autoplaySpeed: 2500,
pauseOnFocus: false,
pauseOnHover: true,
pauseOnDotsHover: false,
responsive: [
{
breakpoint: 1200,
settings: {
slidesToShow: 3,
slidesToScroll: 1,
arrows: true,
dots: true,
pauseOnFocus: false,
pauseOnHover: true,
pauseOnDotsHover: false
}
},
{
breakpoint: 992,
settings: {
slidesToShow: 2,
slidesToScroll: 1,
dots: true,
arrows: true,
pauseOnFocus: false,
pauseOnHover: true,
pauseOnDotsHover: false
}
},
{
breakpoint: 768,
settings: {
slidesToShow: 2,
dots: true,
arrows: true,
swipe: true,
swipeToSlide: true,
pauseOnFocus: false,
pauseOnHover: true,
pauseOnDotsHover: false
}
},
{
breakpoint: 521,
settings: {
slidesToShow: 1,
dots: true,
arrows: true,
swipe: true,
swipeToSlide: true,
pauseOnFocus: false,
pauseOnHover: false,
pauseOnDotsHover: false
}
}
]
});
});
Could you please help me to change swipe direction.
The text was updated successfully, but these errors were encountered: