Jineeshjohn’s Blog

Setting Iframe 100 percent Width and Height

When ever a Iframe has to be made 100 percent height. Its parent page body tag and html tag has to me made 100 percent.


html, body {
	margin:0;
	height:100%;
	width:100%;
} 


  • None
  • No comments yet

Categories