Hello,
We are using pro at https://crosstownalliance.com/test-groups/ and would like to auto flex the rows height after we hit submit because the next page is bigger. How would we do that?
Hi There,
Thanks for writing in!
I can see there is height mentioned in the iframe. Please make it auto height so that it will push the row when the content increases.
Thanks
That doesn’t seem to help, in fact it seems to make it worse and hides the bottom of the iframe.
Hello There,
Thanks for the updates. Please keep in mind that you can only control the height and width of the iframe. Any events inside the iframe can only be controlled if you have access to that page. You cannot also pass any events or styling between the raw content element and your iframe or whatever is inside the iframe. In a simple term, an iframe is a ‘hole’ in your page that displays another web page inside of it. The contents of the iframe is not in any shape or form part of your parent page.
Your only options (especially if you have access to that page in the iframe) are:
- give the file that is being loaded in the iframe the necessary CSS
- if the file in the iframe is from the same domain as your parent, then you can access the DOM of the document in the iframe from the parent.
By the way, to fully understand how iframe works, please check this out:
https://www.w3schools.com/html/html_iframe.asp
https://www.w3schools.com/tags/tag_iframe.asp
Hope this helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.