jQuery(document).ready(function($) { // Access the iframe by its ID var iframe = $('#_hjSafeContext_12891247'); // Set the new height (replace 600 with your desired height) iframe.css('height', '600px'); });