0

The slick carousel slides up or down if it's not within the view-port here's a link for it

Slick Carousel

example images: enter image description here

becomes enter image description here

the page just jumps up inorder to show the entire displayed div, I don't want that to happen, any solutions? Thank You,

Community
  • 1
  • 1
Joseph Khella
  • 695
  • 1
  • 9
  • 26

1 Answers1

1

From the issues form of the Slick Carousel issues page: https://github.com/kenwheeler/slick/issues/1662

solution:

In slick.min.js comment this piece: ,b&&a.$slideTrack.find(".slick-active").focus()

thanks to https://github.com/fglukhov

Joseph Khella
  • 695
  • 1
  • 9
  • 26