【发布时间】:2021-07-16 23:17:58
【问题描述】:
我一直致力于自动调整 iframe 高度。
该问题的解决方案在 React Hooks 中不起作用。
我已阅读 Setting iframe height to scrollHeight in ReactJS 和 Adjust width and height of iframe to fit with content in it。我已经探索了其他帖子并尝试了几次几乎一个星期。但是,我还没有找到正确的方法来解决这个问题。
我简化了我的尝试。 My code
除了我的代码,我还尝试了iframeResizer.min.js,但它不起作用。我相信这是因为反应动态生成。我找到了iframe-resizer-react并尝试了,但我没有找到解决方法。
任何人都可以有同样的情况吗?如何在 React Hooks 中自动调整 iframe 高度?
【问题讨论】:
标签: javascript html reactjs iframe react-hooks