Image / position overlap does not appear when using the jQuery Masonry on Rails 3 application

I am using jquery masonry to post images on my website, but have run into difficulties.

Images are displayed on top of each other. Here is the link to the website:

http://www.faisalandsamreen.com/meetus

If you do a small update several times, you will see that the images move every time.

The JS script version is here:

http://jsfiddle.net/8n76g/

What am I doing wrong?

Thank,

Faisal

+5
source share
1 answer

I think I had the same problem as you.

$(window).load(function(){ }). , script HTML. , , , , , . , .

+8

All Articles