79609883

Date: 2025-05-07 06:22:58
Score: 0.5
Natty:
Report link

There's a discussion at the following link about how to solve this issue: https://github.com/metafizzy/flickity/issues/691

The solution is to configure the imagesLoaded property and it is documented at: https://flickity.metafizzy.co/options.html#imagesloaded

Here's example usage:

<div data-flickity='{"imagesLoaded": true}' class="carousel">
    <div class="carousel-cell">
        <img src="..."/>
    </div>
</div> 
Reasons:
  • Blacklisted phrase (1): how to solve
  • Whitelisted phrase (-1): solution is
  • Probably link only (1):
  • Has code block (-0.5):
Posted by: Neal