Forum Discussion
How to remove the important white space at the bottom of a Rise Embed block ?
Hi. I have an iframe block:
<iframe src="https://app.calconic.com/api/embed/calculator/6516be86a6b143001e1bf926" sandbox="allow-same-origin allow-forms allow-scripts allow-top-navigation allow-popups-to-escape-sandbox allow-popups" title="Calconic_ Calculator" name="Calconic_ Calculator" height="295px" scrolling="no" style="width: 100%; border: 0; outline: none;"></iframe>
I have a similar problem: theres is a huge amount of whitespace at the bottom of the block.
It is not a problem if I embed it elsewhere (not in Rise).. Is there any fix or solution to this?
Best regards,
Morten Sorensen
- Chris-Santos2 years agoStaff
Hi Morten,
The whitespace looks to be an issue with the styling added to the block. I removed that, and here is what it looks like now:
Here's the updated
<iframe>
code:<iframe src="https://app.calconic.com/api/embed/calculator/6516be86a6b143001e1bf926" sandbox="allow-same-origin allow-forms allow-scripts allow-top-navigation allow-popups-to-escape-sandbox allow-popups" title="Calconic_ Calculator" name="Calconic_ Calculator" height="“295px"" scrolling="no"></iframe>