Closed xzilja closed 8 years ago
You are importing flickity
and not flickity-imagesloaded
, which is what you're looking for.
I'm sorry to see you're having trouble with Flickity. Could you provide a reduced test case? See Submitting Issues in the contributing guidelines.
I npm installed flickity and am including it into my project via es6 syntac in the following way:
import Flickity from 'flickity';
and calling it with following options
but imagesLoaded doesn't seem to work in my case, as container still cuts them off.