Iframe height, can not get full height

Hi, I see that a few people have had a similar issue, not sure if this is Webflow specific or just generic iFrame stuff, but here goes.

On this page https://mcveagh-fleming.webflow.io/history-of-mcveagh-fleming, there is an iframe generating the animated Time-line content (below ‘Scroll’ link). You will see that the the iframe is being clipped so the timeline content scrolls inside a div. Would prefer things if the full height of the iFrame content could be generated somehow. Any idea how to do this?

I’ve got defined heights set below because this gives me the best result so far, what do I change to get the iframe height:auto workign so that the iframe content is not clipped?

.resp-container { position: relative; overflow: hidden; padding-top: 56.25%; height: 100vh; } .resp-iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }

Here is my site Read-Only: https://preview.webflow.com/preview/mcveagh-fleming?utm_source=mcveagh-fleming&preview=1adc79e9ed5422ce52c0cfe2b7d40435&mode=preview
(how to share your site Read-Only link)

I’m having the same issue with auto height response on iFramed content. If anyone out there has a solution it would be very helpful.