Hacker News new | ask | show | jobs
by pas 3205 days ago
You can do it with IFRAME and postMessage communication. (Have the internal IFRAME send out resize data, and that's all you need to handle from the host page.)

http://benalman.com/code/projects/jquery-postmessage/example...