Been working with the new version of Masonry which seems to work much smoother, especially for the fluid/responsive build I am doing.
One issue I have encountered, however - I am not sure how to remove the gutter on the far right of the .masonry container so that items are flush with the edge.
Here is the codepen example: http://codepen.io/iamkeir/pen/xlcBj
I could potentially set a width and overflow:hidden
to crop off that last gap, but not ideal.
Equally, I tried adding a padding-left: 1%
but this changes the width of the container so the percentages are no longer accurate.
Any ideas/tips would be greatly appreciated!