I have an iframe in my website that a width="70%" attribute, so it changes depending on how wide the browser is. I like that, but the problem is is that I want the height of it to change depending on how high it needs to be. If I made the browser skinny, it makes a scrollbar and it isn't tall enough, but if I widen the browser, it only goes about halfway down the entire height of the form. Is there any way I can get it to take up only as much room as it needs height-wise? Thanks in advance.