If you have problems with the height of its columns, use it!
With bower
bower install symmetric
-
Download symmetric.js or symmetric.min.js (minified)
-
Put data-symmetric in your wrapper element
-
Put data-symmetric-item on the items that will be equalized
-
That's all
-
If you want to listen the Window Resize event, put data-symmetric-resize in your wrapper element
<section data-symmetric>
<div data-symmetric-item>
<p>Lorem ipsum dolor sit amet</p>
</div>
</section>
With Resize option
<section data-symmetric data-symmetric-resize>
<div data-symmetric-item>
<p>Lorem ipsum dolor sit amet</p>
</div>
</section>
Enjoy it!