Skip to content Skip to sidebar Skip to footer

How Can I Resize A Cross-domain IFrame That I Do Not Have Control Over

There's a plethora of articles and questions on how to resize iFrames to fit the inner content for URL's that aren't cross-domain, or that are cross-domain but that are under the d

Solution 1:

Based on the comments I received, it seems safe to say that it is impossible to re-size a cross-domain iFrame from the client/browser side.

Perhaps some complex server-side algorithm could request the page and attempt to give hints about the size, but nothing can be done on the client-side.


Post a Comment for "How Can I Resize A Cross-domain IFrame That I Do Not Have Control Over"