dadamssg Posted September 2, 2009 Share Posted September 2, 2009 Is there any way to make an iframe automatically detect the height of it's content and adjust its height accordingly? i changed the height of the iframe in the html file but its the same file for forum boards, threads, etc. So the height varies. http://cashchute.com/forumpage/forumpage.html this is what im workin on Link to comment https://forums.phpfreaks.com/topic/172905-iframe-help/ Share on other sites More sharing options...
Jnerocorp Posted September 5, 2009 Share Posted September 5, 2009 You could try doing this: <iframe src="http://google.com/" width="100%" height="100%" name="youriframe" frameborder="1" vspace="0" hspace="0" marginwidth="0" marginheight="0" scrolling="yes" noresize></iframe> Link to comment https://forums.phpfreaks.com/topic/172905-iframe-help/#findComment-913208 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.