jquery-collagePlus
jquery-collagePlus copied to clipboard
Images not correctly aligned in Chrome, FF and Safari
The images do not align correctly after resizing the window in Chrome, FF and Safari.

The problem is that the last cell of a row is placed in the next row, but should not.
Spot on with whats happening! That is whats happening for me too..
I had the same problem. Changing line 184 to
var imageExtras = (settings.padding * obj.length) + (obj.length * obj[0][3]),
fixed it for me. I'm not sure, if that is a valid fix, though, because I didn't look into the code that deep ;)