How to make an iframe in html fullscreen.... | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 14

How to make an iframe in html fullscreen....

how to make an iframe fullscreen.. ... ... ...

10th May 2017, 6:16 AM
Rohit
Rohit - avatar
6 Answers
+ 23
<iframe style=position:fixed;width:100vw;height:100vh;left:0;top:0></iframe>
10th May 2017, 7:06 AM
Valen.H. ~
Valen.H. ~ - avatar
+ 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.......
10th May 2017, 7:27 AM
Valen.H. ~
Valen.H. ~ - avatar
+ 18
It is fullscreen!
10th May 2017, 7:30 AM
Valen.H. ~
Valen.H. ~ - avatar
+ 17
Still.....
10th May 2017, 7:31 AM
Valen.H. ~
Valen.H. ~ - avatar
+ 10
thanks... ^_^.......
10th May 2017, 7:20 AM
Rohit
Rohit - avatar
+ 10
×_×sorry ....... it was some problem in my android.....your code is absolutely correct... ^_^
10th May 2017, 7:39 AM
Rohit
Rohit - avatar