jQuery(document).ready(function() { jQuery('iframe').load(function() { jQuery(this).height(jQuery(this).contents().outerHeight()); }); }); Tags jQuery Log in or register to post comments