Reputation: 331
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
Reputation: 331
turns out there was an answer on Stackoverflow already.
.carousel-cell { width: 100%; } .flickity-slider img { max-width: none; }
Upvotes: 1