var pageheight = jQuery(window).height(); $('.iframe').each(function() { var str = $(this).attr('href').replace('height=', 'height=' + pageheight); $(this).attr('href', str); });