jQuery(function ($) { $('.fade').each(function () { $(this).slick({ dots: true, infinite: true, speed: 500, autoplay: true, autoplaySpeed: 5000, speed: 600, fade: true, slide: 'div', cssEase: 'linear', prevArrow: '', nextArrow: '' }); }); }); jQuery(function ($) { $('.pro_slider').each(function () { $(this).slick({ dots: false, infinite: true, speed: 1000, slidesToShow: 3, slidesToScroll: 1, centerMode: true, centerPadding: '60px', variableWidth: true, prevArrow: false, nextArrow: false, autoplay: true, autoplaySpeed: 3000, }); }); });