Is this JQuery Masonry do what it is supposedly do? -
i need make grid of images similar page:
http://www.clearlyinventory.com/product/screenshots/inventory-management-software-view-5
it image gallery or grid of images. has pagination included, wonder if there existing plugin that. real question here:
while searching sample in web, have found jsfiddle code:
http://jsfiddle.net/desandro/7zvb7/
i tried in own latest js file, same result appeared. don't think either code snippet below wrong.
$( function() { $('#container').masonry({ itemselector: '.item', columnwidth: 70 }); });
the thing is, think doesnt work properly, or it? official website of masonry illustrates:
my problem former still result after applying masonry.
what problem jsfiddle code above (firebug detected no erros)?
(optional question)or if know jquery plugin meet requirements in first place, please give me link don't have make pagination feature.
Comments
Post a Comment