[script] $(document).ready(function () { $('.carousel').slick({ slidesToShow: 1, autoplay: true, responsive: [{ breakpoint: 450, settings: { autoplay: true, autoplaySpeed: 1000 } }] }); }); $(document).ready(function () { $('.carousel-2').slick({ slidesToShow: 1, autoplay: true, responsive: [{ breakpoint: 450, settings: { autoplay: true, autoplaySpeed: 1000 } }] }); });[/script]