views:

36

answers:

2

How yo auto-size an iframe when an iframe webpage load?

iframe's src to an external site such as "http://www.google.com"

+1  A: 

Hopefully this question is of help

http://stackoverflow.com/questions/247128/how-to-auto-size-an-iframe

Aidanc
Actually, it isn't.
SLaks
+1  A: 

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.

SLaks