Skip to content

Instantly share code, notes, and snippets.

@ss81
Created October 29, 2013 12:21
Show Gist options
  • Save ss81/7213661 to your computer and use it in GitHub Desktop.
Save ss81/7213661 to your computer and use it in GitHub Desktop.
How to change element inside iFrame
var img = jQuery('iframe[id="google_ads_iframe_1111/circle.example_1"]').contents().find('img')
img.attr('width', 280)
img.attr('height', 230)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment