Full-screen iframe with a height of 100%

前端 未结 17 1148
星月不相逢
星月不相逢 2020-11-22 04:35

Is iframe height=100% supported in all browsers?

I am using doctype as:



        
17条回答
  •  有刺的猬
    2020-11-22 05:18

    You first add css

    html,body{
    height:100%;
    }
    

    This will be the html:

     

提交回复
热议问题