Pico
Pico

Reputation: 331

flickity only shows first image

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/

Upvotes: 1

Views: 1194

Answers (1)

Pico
Pico

Reputation: 331

turns out there was an answer on Stackoverflow already.

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

Upvotes: 1

Related Questions