Quote:
Originally Posted by dekaybrown
|
There is no way to specify an IFRAME to be the height of the page it is displaying. That is not a limitation of this mod, just a limitation of the IFRAME tag in general.
Further the height, if specified as a percentage, is only the percentage of the containing element, in this case a <div> of the class iframer.
I recommend you always specify the height in pixels. That will force the <div> to the height you need.