Resizing Google Sheet Embed

Hi all - I’m trying to get this google sheet embed to full page size so it’s more legible (see: Upcoming Events).

The embed is in a container, which I believe may be restricting the height.

Anybody able to provide instruction to make the google sheet embed full screen height?


Here is my site Read-Only: [Webflow - Fitworthy](https://Fitworthy ReadOnly)

Hey, I was checking your site, you need to give the values to the width and to the height like in the following image (Select the element Container7):

1 Like

that worked, thanks very much juan. i was toying with the “max height / max width” fields previously, but i guess i needed to adjust the fields you cited. thanks again

1 Like

I’m happy it worked !

Since that google sheet is an embed code you can define the width and height in the embed code or in the page where you generate the code it is similar as google maps.

Max-height, min-height, etc these ones work when for example the element is 3000px x 5000px size and you want to them to resize to the 100vw and 100vh of whichever screen, most common screen of computers are 1920px width x 1080px height and then max-width and max-height are useful, but in this case the embed code was smaller, so we need to resize the actual size of it with height and width.