Sam152 / Javascript-Equal-Height-Responsive-Rows

A simple jQuery plugin to keep elements the same height, supporting resizing and responsive layouts.
183 stars 50 forks source link

same height on mobile #14

Closed ghost closed 9 years ago

ghost commented 9 years ago

how can i make all divs the same height on mobile (below 480px)?

Sam152 commented 9 years ago

If you want a group of elements the same height regardless of the layout you can use: $('.group-of-elements').equalHeight();