+ 14
How to make an iframe in html fullscreen....
how to make an iframe fullscreen.. ... ... ...
6 Answers
+ 23
<iframe style=position:fixed;width:100vw;height:100vh;left:0;top:0></iframe>
+ 19
No, they're correct!... ^_^
vw = viewport width
vh = viewport height
if you want to make the iframe full-screen you shouldnt use % because this makes it full-page.......
+ 18
It is fullscreen!
+ 17
Still.....
+ 10
thanks...
^_^.......
+ 10
Ă_Ăsorry .......
it was some problem in my android.....your code is absolutely correct... ^_^