Theme using masonry layout script rendering overlaped images in Google Chrome [closed]

I can’t find any reference about it but it seems Google Chrome (v 21.0.1180.60) do need specified image sizes, in image tag or passing this in css (either class or local):

style="display:block;width:333px;height:333px"

Or:

container.img { display:block;width:333px;height:333px }

Maybe this issue has something to do with this question, but I’m not sure.

They say images need width and height info in image tag, but some themes/plugins around aren’t even informing alt tag.