Hi,
I have created a new custom panel with some basic HTML in which I just wanted to show the google.com page. However, this doesn’t seem to work as you can see in the below picture.. any idea why? Thx upfront!
<div>
<iframe style="width:100%;" src="https://www.google.com" title="Google">
</iframe>
</div>