Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Using embed, why isn't the iframe automatically resizing?
There is a set height of 1000px for my embedded forum. Is there anyway to just have it dynamically resize to the appropriate height so it doesn't cut off the forums, make the iframe scroll, or show a bunch of white space where it doesn't need to be?
My test forum is at yourprofolio.com/support2.php
My test forum is at yourprofolio.com/support2.php
0
Comments
Just ran across the same problem. I guess a quick fix is to change line 139 in vanilla/plugins/embedvanilla/remote.js and add an overflow-y:scroll to the iframe's style.
(Not tested).
Still looking for a more sophisticated way to solve this, though.
Me 3.
Anyone else ran into this problem?
I also have this problem. I suspect it to be a footer issue.