I am facing an issue with jQuery Masonry as it arranges my 'bricks' immediately without waiting for images to load in. Additionally, I need the images to be responsive so I cannot define their height and width like this:
<img src="asas" height= "100px" width="100px" alt="asas">
You can view a live example here.