Hi, thank YOU for the great CMS!
I'm using the default theme. On one page, I want to include an iframe that takes the exact full size available in the window for the <div class="content">.
The iframe is <iframe src="https://webchat.botframework.com/embed/bot" width="100%" height="100%"></iframe>, but the height="100%" does not fill the window.
Does anyone have guidance please?
I feel like I need to create a specific page template and play with the javascript size calculations, or with the vh size units...
Thanks