javascriptscrollcarouselpage-jump

Slick Carousel Scroll


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,


Solution

  • 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