Forum Discussion
Make embedded form full height
Hi there!
I understand that you would like your embedded form to take up the full height of the device instead of just the full width. Thanks for sharing the screenshots!
Would you be able to share the embed code that you used so that I can check?
- OscarBrooman-Wh2 years agoCommunity Member
Hi Hazel,
Thanks for your response. The code is copied below:
<iframe src="https://backcountrylearning.com/briefings/ustml/form/form.php"></iframe>
I have experimented with changing the height in the code but I think the limiting factor is the height of the Embed block, rather than the height of the iframe...
Do you have any suggestions?
Thanks,
Oscar- hazelB2 years agoStaff
Thanks Oscar for sharing your iframe code.
I tried to tweak it a bit:
<iframe src="https://backcountrylearning.com/briefings/ustml/form/form.php" width="100%" height="790px" frameBorder="0" style="border: 0;"></iframe>
I did some testing and the orientation is better in a tablet instead of a mobile phone, where the scroll bar still appears.
I observed that the form in the link is already vertical. When we embed it using iFrame, it is scaled by Rise automatically. So sorry there isn't a way to adjust the height to take up the whole phone screen. Maybe you can play around with the form's width from the original source and see if the appearance will improve.