I recently discovered a new method in Masonry 3 called "stamp" that allows you to fix an element in place. However, I am finding that it is not working as expected.
Check out this example from David DeSandro:
http://codepen.io/desandro/pen/wKpjs
Initially, everything seems fine. But when we adjust the fixed element down by 200px to create space above it:
http://codepen.io/anon/pen/eILHG
You'll notice that there are no elements appearing above the stamped element. Is this the intended behavior or is there a solution to make it work as expected?