Hi everyone,
Hope someone can help me out. I am using the Slick Slider on my homepage. But when changing slides it has this zoom function. How can I turn this off?
pw: shopifyhelp
Hi everyone,
Hope someone can help me out. I am using the Slick Slider on my homepage. But when changing slides it has this zoom function. How can I turn this off?
pw: shopifyhelp
Hi @Haan ,
Just follow the instructions below.
.no-js .slideshow__text-content, .slick-initialized .slick-active .slideshow__image {
transform: scale(1) !important
}
thank you!