javascript - JQuery Packery Center Items -
in jquery packery app want center items inside container element. use following structure:
<div id="container"> <div class="item">...</div> <div class="item w2">...</div> <div class="item">...</div> ... </div>
i used jquery isotope before apply fix center items. problem when have few items not fixed.
only container centered not items inside.
- here second solution:
what want have following. container width must bounded items such container appears centered items. how can that?
did try centered masonry? http://isotope.metafizzy.co/custom-layout-modes/centered-masonry.html
Comments
Post a Comment