David DeSandro

Results 406 comments of David DeSandro

Thanks for reporting this issue. What device / browser are you testing with? This might be related to metafizzy/flickity#740

Okay, I'll have to take a look.

Yes, this can be done 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](https://github.com/metafizzy/flickity/blob/master/.github/contributing.md#submitting-issues).

[Flickity's `imagesLoaded` option](http://flickity.metafizzy.co/options.html#imagesloaded) only works for `` elements. Upcoming [bgLazyLoad](https://github.com/metafizzy/flickity-bg-lazyload) will allow you lazy load background images.

Thanks for reporting this issue. Could you fork the [fullscreen demo](https://codepen.io/desandro/pen/aYmaEv) to produce a reduced test case?

Thanks, I'll have to take a look.

Thank you for this contribution! This could be a nice little feature 😄 Rather than modifying the source, did you try using `sync` method instead? [See demo on CodePen](http://codepen.io/desandro/pen/471d09958ce61934978294e6024d02bf) ```...

Thanks for reporting this issue and for providing a fix. **Add a 👍 reaction** to this issue if you would like to see this feature resolved and PR merged. Do...

> Fade is being paused and won't resume See https://github.com/metafizzy/flickity/issues/429#issuecomment-411753543 --- autoPlay is designed to stop and stay stopped any time the user interacts with the carousel. This gives user...

Funny you should ask because this exactly how fade transition speed works: with `selectedAttraction` and `friction` options. Flickity is hard-wired for sliding interaction, so there is no option to set...