How to make an iframe fill the page dynamically

All Quick 'n Easy Web Builder support issues that are not covered in the forums below.
Post Reply
RHenriques
Posts: 12
Joined: Mon Aug 27, 2018 5:14 pm

How to make an iframe fill the page dynamically

Post 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
User avatar
Pablo
Site Admin
Posts: 3918
Joined: Mon Feb 13, 2006 7:00 am
Location: Europe
Contact:

Re: How to make an iframe fill the page dynamically

Post by Pablo »

You can add custom code via the HTML object.
http://quickandeasywebbuilder.com/add_html.html
RHenriques
Posts: 12
Joined: Mon Aug 27, 2018 5:14 pm

Re: How to make an iframe fill the page dynamically

Post 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!
Post Reply