David DeSandro

Results 406 comments of David DeSandro

Thanks for reporting this issue. This is indeed a bug. When using Masonry with `outlayer`, the `append` event gets triggered, as elements are added to the page, but then images...

Thanks for reporting this issue. This is indeed a bug. I'll have to take a look.

I noticed this issue occurring when I converted SemiBold and Regular TTF to WOFF2. Overlap issues occur with the characters **A, Ø, Ą**. [See hosted woff2 demo on CodePen](https://codepen.io/desandro/pen/QWKQrxo) [I...

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).

Not sure specifically what `automatic sorting` means, but if you want to preserve horizontal, set [`horizontalOrder: true`](https://masonry.desandro.com/options.html#horizontalorder)

The easy part is making `.flickity-slider` a `ul`. I can do that no problem. The markup would look like ``` html ... ... ``` The hard part is what to...

> Do you see any reasons why your library would remove our element from the DOM ? Flickity creates two elements `.flickity-viewport` and `.flickity-slider`, then moves cell elements into those...

Yes, this indeed an issue. Netlify has spuriously banned my account, which has taken down a dozen of my sites. I am now working to move hosting provider. This will...

Thanks for sharing this demo! Nice to see you build this with CSS (!!)

Ah, sorry about that. I'm going to add a fix to add backwards compatibility for that `createMethods` API. For future reference. here is old v2 code... ``` js // v2...