Skip to content

pavlosdan/eqHeights

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

eqHeights

Responsive (or not) equal heights jQuery plugin

Example fiddle: http://jsfiddle.net/AbYcf/9/

To use:

Setup the html structure like:

and in your JS call:

$(window).load(function() { $('.boxes').eqHeights('equilize')); //use window.load if you have images in your boxes. } $(window).resize(function () { $('.boxes').eqHeights(window.innerWidth > 320 ? 'equilize' : 'destroy');
});

About

Responsive (or not) equal heights javascript plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •