Match height of multiple Divs and/or elements
Preview
https://preview.hs-sites.com/_hcms/preview/template/multi?hs_preview_key=LIhdD7-zZ4LIX3w8_8eN1Q&is_buffered_template_layout=true&portalId=2946146&tc_deviceCategory=undefined&template_layout_id=40536345807&updated=1610615767932
Js
//Match title height
function MatchHeight() {
$('.heading-tab-mod .tab-bg h3').matchHeight({});
}
function MatchHeightPara() {
$('.heading-tab-mod .tab-bg p').matchHeight({});
}
//Functions that run when all HTML is loaded
$(document).ready(function() {
MatchHeight();
MatchHeightPara();
});
Js Library
https://brm.io/jquery-match-height/







