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.
embed height
david99
New
I was having a problem, namely, the forum was cut off at the bottom, that is I could not scroll down.
After reading through some posts here I solved this for the forum's current height by changing a value in the remote.js file.
In the snippet beginning "document.write" taken from the end of that file (a snippet which I do not know how to reproduce below) (?) I changed
+optStr('height', 1000)+'px; border: 0; display: block;
to
+optStr('height', 2000)+'px; border: 0; display: block;
document.write('
');
Is there a better more flexible way to do this? one that will adjust to the actual height of the forum? one that doesn't leave a lot of unused white space?
thank you
0
Comments
Yes you can change the size of the iframe that contains the forum. You can also change it's size using css for the place it is embedded in. And you can also change the size of the forum through the theme for the forum.
If in wordpress or similar, add something like this to custom css for wordpress.
this is what the iframe looks like notice it has style which you can edit, and you could even embed using the iframe instead of the script:
< iframe id="vanilla70880" name="vanilla70880" src="http://yoursite/forum/index.php?p=/&t=1359537108995&remote=https://raw.statichtmlapp.com/tab/2/visitor" scrolling="no" frameborder="0" border="0" width="100%" height="1000" style="width: 100%; height: 1265px; border: 0px; display: block; " >< /iframe >
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌