Skip to content

Instantly share code, notes, and snippets.

@micahwave
Created July 10, 2012 19:19
Show Gist options
  • Select an option

  • Save micahwave/3085636 to your computer and use it in GitHub Desktop.

Select an option

Save micahwave/3085636 to your computer and use it in GitHub Desktop.
ad resize parent frame
// resize the sidebar iframe when a new ad gets loaded
function time_resize_iframe(id, w, h) {
if( jQuery(id).length ) {
jQuery(id).attr('width', w).attr('height', h);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment