It is possible to use the Google´s sites full size with a Apps Script?

1.8k Views Asked by At

I have developed a site with Google´s Apps Script, however, I need to put this within a Google site, the problem is when I insert the Apps Script's URL in the Google´s site this is not allowing to the script takes the full size of the page. Is there any form to do this? Thank you very much for all the help and orientation that you can give me.

1

There are 1 best solutions below

2
ocordova On

When you embed web app in Google Sites that is only an iframe, you can define the height and width, but you're still limited to the size of the page. You can always link directly to the web app URL.