Google Sheet embed not scaling to full width

I’ve embedded a Google Sheet but I can’t work out how to adjust the width (would like it to be 100% of the container).


Here is my site Read-Only: https://preview.webflow.com/preview/propertydevelopmentinstitute?utm_medium=preview_link&utm_source=designer&utm_content=propertydevelopmentinstitute&preview=d4b658e1fdfd7cd82955c5bae2850e41&pageId=62ec923517fa635a7f806000&workflow=preview

Hi @Steve-K,

Try setting the HTML embed element to height:100VH (or however long you want it) and width: 100VW like so:

And then add height and width attributes to the iFrame:

<iframe src="https://docs.google.com/spreadsheets/d/e/2PACX-1vTuDNEbAGVJYjVRkTOvJ75dKoDsPUSbfleIe1nM7xlLPSRoAcpMS6Nv-Vv3bkcSAMR6O-pOGBp2Rt3I/pubhtml?gid=0&amp;single=true&amp;widget=true&amp;headers=false" width="100%" height="100%"></iframe>
1 Like