gpt4 book ai didi

html - 如何让iframe根据内容大小进行收缩和排行?

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

我有一个 iframe,需要它在运行时根据内容高度收缩和增长

<iframe src='demo-frame.php' >Your browser doesn't support iFrames.</iframe>

有什么帮助吗?

最佳答案

也许用一些 jQuery 试试下面的...

$('#iframeID').load(function () {
$(this).height($(this).contents().height());
$(this).width($(this).contents().width());
});

关于html - 如何让iframe根据内容大小进行收缩和排行?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10230478/

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