I have a div container and in it is an iframe. The iframe's height is dynamic meaning it changes with the content. The problem is that the div container's height doesn't dynamically change with the iframe's height. How do I make the div container's height change dynamically?
Thanks