-1
I’m not able to create a responsive Slick, I don’t have much experience with HTML.
<div class="carousel-logistics">
<div class="slick-logistics">
<div class="logistics"><img class="img-fluid" src=""
/></div>
<div class="logistics"><img class="img-fluid" src=""
/></div>
<div class="logistics"><img class="img-fluid" src=""
/></div>
<div class="logistics"><img class="img-fluid" src=""
/></div>
</div>
</div>
if( $(".slick-logistics").length ){
$(".slick-logistics p").remove();
$(".slick-logistics").slick({
slidesToShow: 4,
slidesToScroll: 4,
autoplay: true
});
}
Describe the problem better, you can not understand very well your doubt.
– Phill
I would like that when it arrived in the resolution of tablet the Carousel shows 2 images
– Simreh