Ambiera ForumDiscussions, Help and Support. |
|
|
|||||
|
it would be great to have an option in the iframe properties, that the height is based on the content inside. (current workarround is to set it manually in the html file: <script type="text/javascript"> function resizeIframe(iframe) { iframe.height = iframe.contentWindow.document.body.scrollHeight + 40 + "px"; } </script> <iframe ="resizeIframe(this)" ...>) |
||||
|
Yes, that's a good idea, will be added with the next update. |
||||
|
Sadly not in the v7.2 |
||||
|
Yes - sorry - I looked into this but unfortunately this can only work when the iframe target is on the same server as the source - so for most users that won't work unfortunately. |
||||
|
Oh ok... Would it be too complex to implement, considering it would only work for a small number of users? And if not, would it be possible to add it as a kind of ‘hidden’ or advanced option? |
||||
|
Ya, the problem is it would likely confuse most people since it wouldn't work in 99% of all use cases - a "hidden" option would probably solve that - but just adding a script like above manually would probably be easier in that case. |
||||
|
Alright ???? |
||||
|
Oh, i Put an "Thumps Up" Emoji Not "????" Weird |
||||
|
Looks a bit more aggressive that way, ha. Yes, need to update the forum to support emojis, too. |
||||
|
|