Home › Forums › Pro Version › Callback function after masonry grid has loaded › Reply To: Callback function after masonry grid has loaded
May 4, 2015 at 8:20 pm #5186
Guest
So, to help with the issue, it looks like the positioning of the images isn’t given enough time to calculate. The absolutely positioned .gallery-items “top” property is being set to 6px and for the second row of images and 12px for the third row of images.
I would assume that the images calculate their top property based on the height of the image that is directly above it. Can anyone confirm? Also any ideas on how to fix this issue?