If I do not specify any dimensions, the iframe will turn out to be tiny. If I set the dimensions as follows, then it will not scale correctly for different screen resolutions.
<iframe name="report"style="height:1200px;width:800px;">
Is there a way to automatically allow an iframe to stretch to full screen?
source share