Answers for "how to set height and width of iframe in html"

1

set iframe height and width

#IFRAME_ID {
  width: 100%!important;
  height: 100%!important;
}
<iframe src="http://www.youraddress.com" id="IFRAME_ID"></iframe>
Posted by: Guest on February-18-2021

Code answers related to "how to set height and width of iframe in html"

Browse Popular Code Answers by Language