Slick carousel vertical slider
You can easily make a slider that scroll vertically, just initialize it as shown below: $(‘YOUR_SELECTOR’).slick({ vertical: true, infinite: false, dots: false, […]
You can easily make a slider that scroll vertically, just initialize it as shown below: $(‘YOUR_SELECTOR’).slick({ vertical: true, infinite: false, dots: false, […]
If you have links inside your slide and you want to be clickable then you have to disable the swipe option in […]