Iframe 100%

I have a page setup and cannot seem to get 100% height for the iframe. I am currently using cornerstone with the video embed and here is the code I am using:

<iframe width="100%" height="100%" src="http://www.gunstores.net/boozenbait" frameborder="0" ></iframe>

I really need to get the full height of the iframe and I have tried everything I can think of.
Can you help me with the coding to accomplish this?

Here is the link: http://boozenbait.com/guns/

Thanks much in advance

Hello @montanag,

Thanks for posting in!

The video element is only good for loading videos. If you want to use iframe to load other site, please use the content area element or the classic raw content element instead.

Hope this helps. Please let us know how it goes.

Thanks for your help but height=“100%” still did not work. I ended up changing to height="2000px"and that at least gives me the full screen.

Hi @montanag,

You can also try min-height:100vh;

This URL http://www.gunstores.net/ is not accessible though.

Viewport units: vw, vh, vmin, vmax

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.