html - How to show full webpage height in iFrame -
html - How to show full webpage height in iFrame -
i want iframe height of src page fits whole page without scrolling iframe.
so far, width works not height.
class="snippet-code-css lang-css prettyprint-override">#iframe { overflow:hidden; width: 100%; max-width: 600px; height: 100%; }
class="snippet-code-html lang-html prettyprint-override"><iframe id="iframe" src="page.html" frameborder="0" scrolling="no"></iframe>
html css iframe
Comments
Post a Comment