Change Iframe Height of Embedded Google Trend

The 1 and the 530 in the highlighted code might need to be changed.

<script type="text/javascript">
jQuery(window).ready(function(){
  var temp = jQuery("iframe")[1];
  temp.height = 530;
})
</script>

Leave a Reply