jquery-collagePlus icon indicating copy to clipboard operation
jquery-collagePlus copied to clipboard

Images not correctly aligned in Chrome, FF and Safari

Open Valduc opened this issue 11 years ago • 3 comments

The images do not align correctly after resizing the window in Chrome, FF and Safari.

schermafbeelding 2014-04-25 om 09 41 31

Valduc avatar Apr 25 '14 07:04 Valduc

The problem is that the last cell of a row is placed in the next row, but should not.

Valduc avatar Apr 25 '14 11:04 Valduc

Spot on with whats happening! That is whats happening for me too..

steverob avatar Apr 25 '14 11:04 steverob

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 ;)

hampelratte avatar Jun 27 '14 15:06 hampelratte