flickity показывает только первое изображение

Я видел пару из < href="https://stackoverflow.com/questions/46919199/carousel-images-are-not-displayed-correctly">темы по этой проблеме, но добавление imagesLoaded:true не помогает. мой код очень прост:

var $carousel = $('.carousel').flickity({
            imagesLoaded: true,
  freeScroll: true
});

любые советы будут оценены.

см. https://theprospecthollywood.com/room/superior/


person Pico    schedule 25.12.2019    source источник


Ответы (1)


оказывается, на Stackoverflow уже был ответ.

.carousel-cell { width: 100%; } .flickity-slider img { max-width: none; }
person Pico    schedule 28.12.2019