Home > front end >  How to make slick slider controllable with mouse wheel?
How to make slick slider controllable with mouse wheel?

Time:01-16

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**

check this link

  •  Tags:  
  • Related