100vh
or auto
and ensure the parent container isn't restricted.&embed_host=webflow
and manually adjust the iframe height if needed.100vh
height and apply flex
or grid
with align: stretch
.If your Figma case study embed is getting cut off in Webflow, you need to adjust its height settings to ensure it fully displays. Follow these steps to fix the issue.
100vh
or auto
.&embed_host=webflow
at the end.<iframe src="FIGMA_URL" width="100%" height="100vh"></iframe>
100vh
.flex
or grid
and use align: stretch
.visible
.Ensure the embed height is set correctly in Webflow, modify the iframe properties, use a proper parent container, check overflow settings, and always preview your changes. These steps should allow the Figma case study to display at full height.