1
1
1ss1za2020-06-16 08:47:04
css
1ss1za, 2020-06-16 08:47:04

How to make slick slider not move?

I'm using a slick slider with thumbnails, when switching the slide, the navigation elements move, although everything is placed in a container, is there any way to fix this?

$('.mGallery-slider').slick({
        infinite: false,
        slidesToShow: 1,
        slidesToScroll: 1,
        fade: true,
        asNavFor: '.mGallery-thumbs',
      });
      $('.mGallery-thumbs').slick({
        slidesToShow: 10,
        asNavFor: '.mGallery-slider',
        dots: false,
        arrows: false,
        infinite: false,
        focusOnSelect: true,
      });


5ee85c9d1a03b553115259.png5ee85ca2d1e24234387672.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sagrana, 2020-06-16
@sagrana

Here it was about it

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question