Full-screen iframe with a height of 100%

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

Is iframe height=100% supported in all browsers?

I am using doctype as:



        
17条回答
  •  醉梦人生
    2020-11-22 05:11

    I ran into the same problem, I was pulling an iframe into a div. Try this:

    
    

    The height is set to 100vh which stands for viewport height. Also, the width could be set to 100vw, although you'll likely run into problems if the source file is responsive (your frame will become very wide).

提交回复
热议问题