You Don't Need an Iframe Resizing Library
https://www.svix.com/blog/you-dont-need-iframe-resizer/
We’ll use the Window.postMessage API to communicate between the parent page and the iframe. A function in the child page will determine the size of its content and send it to the parent page. The parent page will listen for the message and then update the iframe’s size.