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 gets clipped
Tama
✭✭✭
Using the vanillaembed plugin causes the profile to get clipped if the main content isn't longer than the sidebar
goes to
There was an error rendering this rich post.
Tagged:
0
Comments
where do you have it embedded ? Could we get a link to see? have you tried to change the size of the iframe?
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
Have experimented with iframe size, you can manually override the the javascript that makes the height responsive but that often leaves lots of space on pages that aren't the profile.
The forums are embedded on a protected site, because the service is in closed beta
There was an error rendering this rich post.
does this happen with other themes? or just with this one?
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
iframe only loads in current viewport. Avoid embed like the plague
There was an error rendering this rich post.
I have embedded and controlled the size of the embed using css. For example, in facebook I have a forum embedded. Even though the size says 100% , the html app I use on Facebook adds 30% of size no matter what I do. Si I added the
iframe{width:100%!important;height:100%!important;}
and this worked .
Now it should work on all of the embed not just one page . But there are other factors like the original size of the theme. If it does not have float left on the content, and other stuff you will have alignment problems.
Sorry I could not get into your forum but the user and pass did not work. Maybe there are setting I must have enabled on my browser?
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
using modified version of bootstrap if that helps
There was an error rendering this rich post.
I managed to get this fixed, by adding this to custom.css
If you use this make sure you change the heights to suit your theme/number of side modules
There was an error rendering this rich post.