gpt4 book ai didi

jquery - 根据其内容高度调整 iframe 高度

转载 作者:太空宇宙 更新时间:2023-11-04 14:11:03 25 4
gpt4 key购买 nike

如何根据内容调整iframe的大小

这是我的html代码

<body>
<iframe id="test" src="http://www.bbc.co.uk/urdu/"></iframe>
</body>

这是我的 jquery 代码

$(document).ready(function () {
setInterval(function () {
stretchHeight();
}, 5000);

function stretchHeight() {
$("#test").height($("#test").contents().find("html").height());
}
});

我没有间断地尝试过,但当时也没有工作所以,请帮助我提前致谢

最佳答案

不可能在跨域的 iframe 中访问 html,因为这会带来安全风险。需要手动定义宽度和高度。

HTH

关于jquery - 根据其内容高度调整 iframe 高度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20748212/

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