Jump to content

resize an Iframe Workaround


lorddemos90

Recommended Posts

As you know, you cannot get height information from a page that is being hosted on an external domain.  Therefore any code to resize an iframe that contains that information would not be possible.  However, I thought of a possible solution.  Can it be possible to write a script that can detect if the iframe creates a scrollbar.  (if there is a scrollbar present, then the content is obviously too big for the screen.)  If the script detects a scrollbar, then it will add a set number to the height of the iframe.  It will continue to add to the height of the iframe until it ceases to detect a scrollbar.  This sounds feasible, but I don't have the php skill to be able to do this.  Any help would be greatly appreciated.

Link to comment
https://forums.phpfreaks.com/topic/56491-resize-an-iframe-workaround/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.