gpt4 book ai didi

javascript - iframe-resizer 不使用 srcdoc html 调整 iframe 的大小

转载 作者:行者123 更新时间:2023-11-29 19:14:19 25 4
gpt4 key购买 nike

我想使用 srcdoc 中的 html 调整 iframe 的高度,我选择使用 iframe-resizer图书馆。但是 iframe 永远不会调整大小,也永远不会调用回调。

HTML :

<iframe scrolling="no" class="preview-iframe" id="iframe3" srcdoc="<html><head></head><body><p>TEST</p>
</body></html>"></iframe>

JS:

$('iframe#iframe3').iFrameResize({
heightCalculationMethod: 'bodyScroll',
log: true,
resizedCallback: function () {
console.log('resize');
},
initCallback: function () {
console.log('init');
},
});

Here is my jsfiddle

最佳答案

您的 srcdoc 需要包含指向 iframeResizer.contentWindow.js 文件的链接。

关于javascript - iframe-resizer 不使用 srcdoc html 调整 iframe 的大小,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36578691/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com