Skip to content

A simple jQuery plugin for making all matched elements' height equal to the tallest.

License

Notifications You must be signed in to change notification settings

StephenWidom/samesizr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple jQuery plugin for making all matched elements' height equal to the tallest.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published