Open yousafblogger opened 1 year ago
short description of the bug / issue, provide more detail below.
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.7/jquery.min.js"></script> <script type="text/javascript" src="//cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.min.js"></script> <link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css"/> <link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick-theme.css"/> $(".ez-slick-container").slick({ infinite: true, slidesToShow: 4, slidesToScroll: 4, arrows: false, autoplay: true, autoplaySpeed: 3000, responsive: [ { breakpoint: 768, settings: { slidesToShow: 1, slidesToScroll: 1 } } ] });
I made this code but, the responsive is not working on my end.
Sorry That was the issue of the CSS I used
I made this code but, the responsive is not working on my end.