🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

samesizr is an extremely lightweight (less than 1kb) jQuery plugin that equalizes the heights of a group of block elements on window load and resize.

Equal-Height

Documentation

SAMESIZR

A simple jQuery plugin to make all matched elements as tall as the tallest one

Before samesizr: Before samesizr

After samesizr: After samesizr

USE:

$(window).on("load resize",function(){ 	$('.quicklink').samesizr(); });

OPTIONS:

mobile: 767

The browser width below which samesizr sets matched elements' height to 'auto'

See it in action

Developed by Stephen Widom - http://stephenwidom.com


You May Also Like