Page 1 of 1

HTML frame size

Posted: Fri Mar 06, 2015 10:12 am
by Anton Joubert

Hi I added an HTML frame to a page.
The HTML space renders a iframe of an external mobile site.

I have adjusted the size of the HTML box to fill the whole of the page .

It only shows a small box of the iframe when it renders the iframe?

What am I doing wrong. Image Image


HTML frame size

Posted: Fri Mar 06, 2015 12:20 pm
by Egor Kotov6832188

Anton
1) open html component
2) add height and width attributes with values in your iframe tag


HTML frame size

Posted: Fri Mar 06, 2015 1:13 pm
by Anton Joubert

Hi Egor

Is this what you mean?

$("#accommodation").css("height", "100%");
window.open("http://www.paonline.biz/accommodation...", "iframeName");
Image

regards


HTML frame size

Posted: Fri Mar 06, 2015 1:40 pm
by Anton Joubert

I have done this now ... The border is gone but the size still small

Image


HTML frame size

Posted: Thu Mar 12, 2015 1:32 am
by Yurii Orishchuk

Hi Anton,

You need to set Html component dimensions as "auto" and "auto".

Details: http://prntscr.com/6fotkc/direct

Regards.