1

I've seen a couple of topics around this issue but adding imagesLoaded:true doesn't help. my code is very simple:

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

any advise would be appreciated.

see https://theprospecthollywood.com/room/superior/

Pico
  • 331
  • 1
  • 2
  • 14

1 Answers1

1

turns out there was an answer on Stackoverflow already.

.carousel-cell { width: 100%; } .flickity-slider img { max-width: none; }
Pico
  • 331
  • 1
  • 2
  • 14