$(function(){ $(window).bind('resize', function() { var $pub = $('.pub_jambon'), height; if ($pub.find('.background').length) { height = Math.max($pub.find('.background').height(), 330); $pub.height(height); $pub.find('.slide_content').css({ "height": height, "line-height": height + 'px' }); } }); });