I am working with a webpage with an iframe within it. The iframe has a fair amount of data in it and every-time it loads its height expands to the extent of the content within. However this puts my page out. Is there anyway to lock the height of the iframe and allow the user too scroll through the content??
Share
Hmm, weird… do you have an example link of this issue?
When I try a simple iframe:
http://jsfiddle.net/mP6wT/5/
It seems to be sized pretty small by default, and scrolls in Chrome/FF/Win… Rather than adjusting to the height…
But at any rate, you should be able to lock the height with CSS:
http://jsfiddle.net/mP6wT/7/