anlogg
anlogg

Reputation: 1090

make div that contains an iframe dynamic?

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

Upvotes: 0

Views: 877

Answers (1)

o.k.w
o.k.w

Reputation: 25810

If javascript is an option, you can try this.

Upvotes: 1

Related Questions