You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$(window).load(function() {
$('.boxes').eqHeights('equilize')); //use window.load if you have images in your boxes.
}
$(window).resize(function () {
$('.boxes').eqHeights(window.innerWidth > 320 ? 'equilize' : 'destroy');
});