the upper image(a single image) is on Slideshow Feature and the lower images(double images) are on Featured Collection Feature and mobile carousel. I want to make carousel sliding automatically but I couldn’t. So I rather decide to edit Slideshow Feature but this shows only one image at once. Can I Split image section so that I could show two images like below?
URL : 104e35-2.myshopify.com
Hi @loolakoola ,
Do you need 2 images at once on a slideshow ?
I have sloved it. Below code you can use.
Note: Add variableWidth: true, into slick slider javascript and then add below CSS code into your CSS file.
.slick-slider {
width: 100%;
}
.carousel .carousel-cell {
width: 1% !important;
}
@media only screen and (min-width: 800px){
.carousel .carousel-cell {
width:4% !important;
}
}
If you still have issue then you can ask me I will help you.
Thanks.
Hello, I am wanting to do the same, would this work on the impulse theme? my website is bythehorns.co.nz