house9 / jquery-iframe-auto-height

jQuery plugin to set the height of an iframe to its contents height
https://github.com/house9/jquery-iframe-auto-height
453 stars 211 forks source link

Firefox - Height is not updated when following a link #25

Closed theonlynexus closed 9 years ago

theonlynexus commented 12 years ago

Plugin works as expected when first loading the iframe, but it does not resize it when following a link.

blueabysm commented 12 years ago

I have the same issue. Seems that the height of the iframe is no longer changed after the first loading even if you modify DOM elements dynamically. I use Javascript to recaculate the new height after each element insertion/deletion etc, and then set the new height of the iframe myself. Maybe this could help you :)

house9 commented 9 years ago

I believe this was fixed long ago.