gpt4 book ai didi

javascript - Bootstrap Modal - 根据 iframe 高度调整模态大小

转载 作者:太空宇宙 更新时间:2023-11-04 16:31:31 27 4
gpt4 key购买 nike

<分区>

我需要根据 iframe 内容的高度调整此 bootstrap 模态的大小,因为它是动态的。

使用 onload 和以下函数我什么也没得到。

window.resizeIframe = function () {
var frame = $('#custom-frame');
var modalHeight = $('#custom-frame').contents().height();
frame.height(modalHeight);

$(window).resize(function() {
frame.height(modalHeight);
});
};

我提供了一个 plunker: http://plnkr.co/edit/eElqXJwvxmpc1XMrdwIK?p=preview

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