No dependencies, Light weight, Makes elements equal height.
Copy MatchHeight.js from /dist/MatchHeight.js
and place it in your project, then call new MatchHeight()
.
<script src="./js/match-height.js"></script>
<script>new MatchHeight();</script>
$ npm install --save matchheight
then
import MatchHeight from 'matchheight';
MatchHeight();
for more info, see the demo.