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.

  1. here 1 solution modified this 1 plugin's author:

only container centered not items inside.

enter image description here

  1. here second solution:

enter image description here

what want have following. container width must bounded items such container appears centered items. how can that?

enter image description here

did try centered masonry? http://isotope.metafizzy.co/custom-layout-modes/centered-masonry.html


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -