Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Masonry not working >.< Re: Masonry not working >.<

#103557
chrisburton
Participant

@odd_e

http://jsfiddle.net/CHGQ3/embedded/result/

Change your masonry code to this:

        $(window).load(function() {
$('#content').masonry({
itemSelector: '#posts',
isAnimated: true,
isFitWidth: true
});
});