Sliders & Carousels

Slick Slider

All sliders and carousels based on Slick Slider. More information can be found here: https://kenwheeler.github.io/slick/

 $(".testi_slider").slick({
    slidesToShow: 1,
    slidesToScroll: 1,
    autoplay: false,
    autoplaySpeed: 2000,
    dots: false,
    arrows: true,
    nextArrow: '<i class="fa-regular fa-arrow-right-long nextArrow"></i>',
    prevArrow: '<i class="fa-regular fa-arrow-left-long prevArrow"></i>',
 });

Last updated