I need to make it so that in the slick slider you can control the mouse wheel, an example is here My code: code on codepen
$(document).ready(function(){
$('.slider').slick({
vertical: true,
verticalSwiping: true,
touchThreshold: true
});
});
CodePudding user response:
**check this out**