Touch threshold
-
Hi,
it would be great to be able to adjust the touch threshold. or maybe you can help me to do that with code. I have not been successful with the below.Thanks!
jQuery(document).ready(function($) {
$(".slick-slider")
.not('.slick-initialized')
.slick({
touchThreshold: 100,
});
console.log($('.slick-slider').slick('getSlick').options); // Log the settings
});
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.