conformity icon indicating copy to clipboard operation
conformity copied to clipboard

Does this still work?

Open bryanwillis opened this issue 8 years ago • 3 comments

I haven't actually tested the code myself, but looking at the demo it doesn't appear to work anymore....

screen shot 128 screen shot 129 screen shot 130

bryanwillis avatar Apr 08 '16 02:04 bryanwillis

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.

codekipple avatar May 03 '16 15:05 codekipple

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!

bryanwillis avatar May 06 '16 23:05 bryanwillis

In the file conformity.js above the line 72 add this code: currentTallest = Math.ceil(currentTallest) + 1;

bloxcms avatar Apr 23 '17 13:04 bloxcms