David DeSandro

Results 406 comments of David DeSandro

Thanks for reporting this issue. Yes, it's possible. It would require checking the `pckry.items` positioning against the viewport coordinates. Likely with [IntersectionObserver](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API). But I do not have a ready-made solution...

This feature is still being considered. Adding another layout algorithm into Packery makes it more complex. So I'd like to be careful. I appreciate your interest in Packery. But c'mon....

@infabo Packery is not dead. I'm considering adding this feature back as its gained a lot of interest. Adding features makes projects more complex. So I'm always careful with what...

Nope. If you want to center your layout, you can just do that with your own CSS. http://codepen.io/desandro/pen/xEzKo This feature made sense if you use explicit widths for columns. But...

I'm happy to keep this discussion going :wind_chime: > what the rationale behind abandoning the isFitWidth feature in Masonry is 1. `isFitWidth` will not work with [element sizing](http://packery.metafizzy.co/options.html#element-sizing) because of...

Good catch. I've updated it with a missing `onResize()` http://codepen.io/desandro/pen/chisC

Here's the example using jQuery http://codepen.io/desandro/pen/nfkth

Thinking of adding `isFitWidth` to Packery.

Hi @mtisi! Thanks for catching this a bug. I believe this was a problem with not factoring in gutter. I've refactored the code. Here's your example http://codepen.io/desandro/pen/kbchD The previous examples...

@jkrehm Thanks! I've updated the CodePen http://codepen.io/desandro/pen/chisC