Page 1 of 1

Inline frame X overflow Disable

Posted: Mon Aug 22, 2022 7:40 pm
by amir2314
Hi dear pablo .
.
How can i disable X overflow On inlineframe ? Just need the y

Re: Inline frame X overflow Disable

Posted: Mon Aug 22, 2022 8:15 pm
by Pablo
It doesn't look like that is possible in HTML. I could not find a script for this.
But if you find a script that works in HTML then it will also work in WWB.

Re: Inline frame X overflow Disable

Posted: Mon Aug 22, 2022 11:16 pm
by amir2314
Pablo wrote: Mon Aug 22, 2022 8:15 pm It doesn't look like that is possible in HTML. I could not find a script for this.
But if you find a script that works in HTML then it will also work in WWB.
Hi dear pablo . I fixed my problem with Using Layoutgrid on child page . I Changed the grid to FlexGrid &
I just Set the max with : to -1280 px and in the parent Page enabled Allow full Screen on inlineframe . So its worked For My Goal. Thank you verymuch.