SAMESIZR
A simple jQuery plugin to make all matched elements as tall as the tallest one
USE:
$(window).on("load resize",function(){ $('.quicklink').samesizr(); });
OPTIONS:
mobile: 767
The browser width below which samesizr sets matched elements' height to 'auto'
Developed by Stephen Widom - http://stephenwidom.com