MatchHeight
No dependencies, Light weight, Makes elements equal height.Demo can be seen here.
Usage
Standalone
Copy MatchHeight.js from/dist/MatchHeight.js
and place it in your project.
<script src="./js/MatchHeight.js"></script>
NPM
$ npm install --save matchheight
then
import MatchHeight from 'matchheight';
for more info, see the demo.