Make popup takes up the full screen of the parent window

I’m trying to put a VF page with a skuid page into an Account standard layout page.
However, the popup from the skuid page could only take up the iframe area.
What I expect is that the popup could take the fullscreen for the whole Account standard page.
Any idea to achieve this?
Thanks in advance
I tried

Poc,

Would a redirect work in your scenario?  You could replace the pop up with a redirect URL to a Skuid page that replicates the same functions as your pop up.  Just pass the Id of the Account record to your Skuid page and add a button (or model action) that redirects back to your Account detail page.

Thanks,

Bill

Hi Poc. The popup won’t be able to extend outside of its Skuid page, because of the way your page is contained within the iframe.