remove buttons in slick

Solutions on MaxInterview for remove buttons in slick by the best coders in the world

showing results for - "remove buttons in slick"
Julia
28 Sep 2019
1$('.slider').slick({
2    dots: false,
3    prevArrow: false,
4    nextArrow: false
5});
6
similar questions
queries leading to this page
remove buttons in slick