Situation: I\'m working on a responsive design that involves the typical HTML/CSS combo. Everything is working nicely except in one case where there is an i
For cross-domain iframes, you will need to use the postMessage API. It's quite complex. Check out this Cross Domain Iframe Resizing tutorial.