Javascript-Equal-Height-Responsive-Rows icon indicating copy to clipboard operation
Javascript-Equal-Height-Responsive-Rows copied to clipboard

A simple jQuery plugin to keep elements the same height, supporting resizing and responsive layouts.

Results 21 Javascript-Equal-Height-Responsive-Rows issues
Sort by recently updated
recently updated
newest added

When the window is resized using mouse dragging, the resize event fires many times and for each time the syncHeights() function is called and makes the page very slow if...

When you have an embedded item inside of the container the sizes are applied before the embed loads. For example, a twitter widget will extended beyond the height of the...

Hello, I am using https://github.com/rpnzl/jquery-lazyjson and responsiveEqualHeightGrid() together. But after page load responsive equal height grid is not applying with lazy loading thats why my blog page is not loking...

Salute, I was asked to look over a website (https://www.doctores-kaul.de/erwachsene/wissen/) that is using your plugin (using the `.responsiveEqualHeightGrid();` command) but it is not working as expected. It is wanted to...

Hi The script seems to miss the last box when different column layouts are used f.e. i have one row with 2 columns and then a row with 3 columns....

There seems to be an issue where the heights are not equalising between the following widths: 1300px to 1355px Has anyone else found this?

I want to animate the divs that should have equal heights and use the animate.css together with the wow.js. If I'm setting an animation delay with WOW `data-wow-delay="200ms"` the divs...