Home › Forums › JavaScript › Masonry not working >.< › Re: Masonry not working >.<
May 27, 2012 at 11:13 pm
#103557
Participant
http://jsfiddle.net/CHGQ3/embedded/result/
Change your masonry code to this:
$(window).load(function() {
$('#content').masonry({
itemSelector: '#posts',
isAnimated: true,
isFitWidth: true
});
});