How yo auto-size an iframe when an iframe webpage load?
iframe's src to an external site such as "http://www.google.com"
How yo auto-size an iframe when an iframe webpage load?
iframe's src to an external site such as "http://www.google.com"
Hopefully this question is of help
http://stackoverflow.com/questions/247128/how-to-auto-size-an-iframe
This is completely impossible.
You cannot interact with an <iframe>
in a different domain, so you have no way of knowing how tall it should be.
If you control the external site, you can use this magic.