Using jquery masonry with fluid full width grid -
i struggling force masonry position elements of boostrap's full width grid. see home page using container fixed width of elements , working expected. on other hand, news page using full width fluid system , reason ,,blocks" on news page won't fit window.
here call masonry:
self.$("#masonry").masonry({ itemselector: '.parallax', isanimated: !modernizr.csstransitions, columnwidth: function( containerwidth ) { return containerwidth / 6; }); and here example link http://wheniamplaying.com/kitchenv3/en/home
is possible use masonry in scenario?
Comments
Post a Comment