01-19-2023 11:15 AM
Is there a way to set up an iframe with dynamic height such that the embedded page fills the entire rich text insight?
I am able to make the width dynamic by setting the width to 100% but the same does not work for the height.
Solved! Go to Solution.
01-23-2023 02:04 PM
Could you try plugging your URL into this?
<p><iframe style="height: 100vh;" title="TITLE_HERE" src="URL_HERE" width="100%"></iframe></p>