Forums

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

Home Forums JavaScript jQuery Masonry Re: jQuery Masonry

#103238
Taufik Nurrohman
Participant

http://jsfiddle.net/tovic/4VfAg/6/embedded/result/

My advice: Responsive

#posts {margin:0 auto;}

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

Demo: http://fiddle.jshell.net/tovic/4VfAg/11/show/light/
Edit: http://jsfiddle.net/tovic/4VfAg/11/