Slick Slider how to turn off the image/slide zoom

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.

  1. Go to Admin page > Online store > Themes > Edit code > Actions
  2. Open the theme.scss file under the Asset folder.
  3. Paste the code below
.no-js .slideshow__text-content, .slick-initialized .slick-active .slideshow__image {
transform: scale(1) !important
}
2 Likes

thank you!

1 Like