I am trying to create a simple image collage and need to use Masonry because of this issue: div grid of squares, float:left issue (image included).
I thought it was very straightforward but I cannot figure out what is wrong with my implementation: http://classicopia.ivointeractive.com/. The picture of the house at the end of the path should be in that upper right hand corner. The spacing is perfect (970=2*291+388) and the image gets position there via its float:left property, but the masonry script pulls it out of place.
If I increase the width of the entire container, those two images stay stacked, but move to the right. Does this mean masonry is only creating 2 columns no matter what? How would I change this number?