Page 1 of 1

How to make an iframe fill the page dynamically

Posted: Mon Sep 03, 2018 10:46 am
by RHenriques
Hi

I need to have an iframe to fill all the background of a page dynamically. This would be easy by using the code:

<iframe src="some_page.html" width="100%" height="100%" frameborder=”0″ />

however Q&E does not allow to use 100% option in the size. Editing HTML is also locked in the size editing. This could be easely accomplished if we were able to edit all the available HTML in the HTML editing Box.
Am I missing any option here?
Best Regards

Re: How to make an iframe fill the page dynamically

Posted: Mon Sep 03, 2018 11:32 am
by Pablo
You can add custom code via the HTML object.
http://quickandeasywebbuilder.com/add_html.html

Re: How to make an iframe fill the page dynamically

Posted: Mon Sep 03, 2018 11:51 am
by RHenriques
Hi Pablo

Already tested but the problem remains the same. Used 100% width and height in the code but it's impossible to make the object flow according to page size. It will always obey to the size that is in the properties.


PS - Got it! used Type -> Do not use <div> option!