Landing page as html with a bubble iframe

Hi all,

In an attempt to increase loading speed, I’m building a landing page in HTML. I host it externally from Bubble and add Bubble elements as iframes. (According to PageSpeed Insights, this seems much quicker and could be good for SEO.)

If a user is already logged in, I would like the iframe to redirect the user to my main site “app.mydomain.com

I have a workflow on page-load of the iframe to redirect to an external site but the problem is that the main site will only show up inside the iframe and not as full screen. I have tried to add the target="_top" attribute without success.

Have anyone of you found a solution for this?

1 Like

what about
<iframe src="https://..." sandbox="allow-top-navigation"/>
?