Clients Slider shows only 1 image
Hello!
I would like to show 2 logo of clients instead of 1 on mobile. Here is screenshot.
Website:
I tried using a custom jQuery code but it didn't work properly.
---
jQuery('.slick-track').slick({
dots: true,
slidesPerRow: 4,
responsive: [
{
breakpoint: 478,
settings: {
slidesPerRow: 2,
}
}
]
});
---
Could you please assist. Thanks!
Comments
Hi,
Client Slider does not have an option to show two images on mobile devices.
As a workaround, you should use the Clients element instead.
Thanks