How i resize a frame? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How i resize a frame?

25th Feb 2017, 3:04 PM
Rahul Singh
Rahul Singh - avatar
2 Answers
+ 19
<iframe style="background:red;">lol</iframe> <script>window.onload=setTimeout(function(){document.getElementsByTagName("iframe")[0].style.width=document.getElementsByTagName("iframe")[0].style.height="50%";},1500);</script>
25th Feb 2017, 3:24 PM
Valen.H. ~
Valen.H. ~ - avatar
+ 2
lol👌👌👌👌
25th Feb 2017, 3:25 PM
Rahul Singh
Rahul Singh - avatar