David DeSandro
David DeSandro
@voltmn Sure thing. Use this CodePen: http://codepen.io/desandro/pen/wBxvKe ``` js // overwrite Packery methods var PackeryMode = Isotope.LayoutMode.modes.packery; var __resetLayout = PackeryMode.prototype._resetLayout; PackeryMode.prototype._resetLayout = function() { __resetLayout.call( this ); // reset...
Thanks so much for this contribution. This looks like a great addition. I'll be reviewing.
In addition, from #49, Dragging an item over a stamped item places that item on the stamp. See http://codepen.io/seraphzz/pen/nsEAc
Here's an example that uses Draggabilly and changes the order once it's been 'dropped' http://codepen.io/chriscoyier/pen/BvcKq It was written up in CSS Tricks! http://css-tricks.com/draggable-elements-push-others-way/ --- **+1** this issue if you would...
Good catch, fixed! http://codepen.io/desandro/pen/cbhDG
@carlosdv4 Yes. I've documented that feature request in desandro/draggabilly#1
Thanks so much for this contribution! This is tremendous work. But I'm a bit particular about the implementation. Having `gutter`, `gutterWidth` and `gutterHeight` may be confusing. I think being able...
Packery v2 already uses `shiftLayout` instead of `layout`. Perhaps you're looking the opposite? In which case, add your 👍 to #353
I was wondering when this request was going to pop up :bulb: > Would this be possible or are there any particular blockers you would expect It's not possible right...
Thanks for reporting this issue. What browser did you experience this in? I wasn't able to reproduce it in Chrome 43 or Firefox 38.