使用 simpleModal 时如何响应 iframe 和 modal

问题描述

如何在模态对话框中响应 iframe? 我的代码调用模式:

$.modal('<iframe class="detailiframe" src="' + src + '" height="600" width="1000" style="border:0">',{
            closeHTML: "",containerCss: {
                backgroundColor: "#fff",borderColor: "#fff",height: 600,padding: 0,width: 1000
            },autoResize: false,autoposition: true,overlayClose: true
        });

我希望我的 iframe 在浏览器窗口调整大小时调整大小

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)