Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Setting equal height of DIVs inside their container? Reply To: [Solved] Setting equal height of DIVs inside their container?

#176033
r00t
Participant

Yeah, with an additional snippet of code:
$(window).on(‘resize’,function(){
$(‘#container’).equalHeights();
});