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
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.