Does this still work?
I haven't actually tested the code myself, but looking at the demo it doesn't appear to work anymore....
I need to take a look at it, looks like it is broken. I've moved over to using flexbox for equalheights using progressive enhancement. I'd recommend looking into that instead.
Not sure. I personally wasn't able to get it to work. Most of the other jquery solutions I tried also has some issues. @codekipple for now I ended up writing a css alternative using flexbox which seems to work pretty well for most situations and on all browsers except IE <= 9.
Would still like to see this js solution get fixed though!
In the file conformity.js
above the line 72 add this code:
currentTallest = Math.ceil(currentTallest) + 1;