Wookmark is a very easy-to-use Masonry-ish kinda jQuery plugin to make beautiful and responsive dynamic column grids.
How to use it
- Download the Javascript plugin file from the Github repository
- Include the file in your website (after your include of jQuery)
<script type="text/javascript" src="jquery.wookmark.js"></script>
- Run it on your content
<script type="text/javascript">$('#myContent li').wookmark();</script>
You can adjust the options (all optional, see GitHub for examples)
Wookmark