equalize.js icon indicating copy to clipboard operation
equalize.js copied to clipboard

[bug] innerHeight and window resize

Open dam62500 opened this issue 7 years ago • 0 comments

When we write something like

$(window).resize(function(){ $('.block-parent').equalize('innerHeight'); });

We can't change the height of our blocks

dam62500 avatar Aug 01 '17 13:08 dam62500