Home › Forums › CSS › [Solved] Setting equal height of DIVs inside their container? › Reply To: [Solved] Setting equal height of DIVs inside their container?
July 21, 2014 at 9:02 am
#176033
Participant
Yeah, with an additional snippet of code:
$(window).on(‘resize’,function(){
$(‘#container’).equalHeights();
});