/** * Created by driesjanssen on 19/09/17. */ $(window).on('resize load', function(){ var textBoxHeight = $('.base-content-block').outerHeight(); var imageBox = $('.base-image'); imageBox.outerHeight(textBoxHeight); });