Thanks for your jquery plugin, it helps me a lot :)
The issue is, this plugin does not work in my Firefox 11.0. My iframe could only be resized to the minHeight which I have set at initializing. I found that the body height of the inner document will be "0" if its overflow is not "scroll" in firefox 11.0 (I didn't test other versions). Now I have fixed this issue, and it works for me.
Hi house9,
Thanks for your jquery plugin, it helps me a lot :)
The issue is, this plugin does not work in my Firefox 11.0. My iframe could only be resized to the minHeight which I have set at initializing. I found that the body height of the inner document will be "0" if its overflow is not "scroll" in firefox 11.0 (I didn't test other versions). Now I have fixed this issue, and it works for me.
Hope it is useful :)