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

Popular posts from this blog

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -