Similar to this question, but I want to set the height of some set of aligned elements to be the height of the "shortest" one/minimum height if they all used automatic for height. I know how to do this with Javascript, but I have no idea if it's possible with just css, but it would be neat.
Asked
Active
Viewed 109 times
0
-
can you clarify what you need in your own question? – Bhojendra Rauniyar Jul 22 '15 at 04:41
-
You're not going to be able to do this with just CSS. The ability to match the max height (like in the question you linked to) is simply a side effect of how tables work. Nothing to my knowledge is going to try and hide content by default. – ericjbasti Jul 22 '15 at 04:42
-
Try Foundation Equalizer: http://foundation.zurb.com/docs/components/equalizer.html – Abraar Arique Diganto Jul 22 '15 at 04:46