jQuery Masonry and Ajax-fetching to Append Items Causing Image Overlap
问题 Another image overlap issue here using Masonry and Ajax to append items in Wordpress. The first time more items are appended, the images overlap. However, when the page is reloaded, the images no longer overlap. I realize after doing some research this has to do with calculating the height of the images. From the help page on the Masonry website, it is suggested to use the getimagesize function in order to specify the width and height of the images. However, this is where I am stuck. Because