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?
Anton
1) open html component
2) add height and width attributes with values in your iframe tag
Hi Egor
Is this what you mean?
$("#accommodation").css("height", "100%");
window.open("http://www.paonline.biz/accommodation...", "iframeName");
regards
Hi Anton,
You need to set Html component dimensions as "auto" and "auto".
Details: http://prntscr.com/6fotkc/direct
Regards.