/ Published in: jQuery
This is just a quick and simple lazy way to do this, didn't feel like using a plug-in for something that is only used on one page...
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
var columnHeight = Math.max($('.columns-wrapper').height()); $('.columns').height(columnHeight);