gpt4 book ai didi

jquery - 如何在 Fancybox 2 中动态调整 iframe 的大小?

转载 作者:行者123 更新时间:2023-11-30 23:46:56 26 4
gpt4 key购买 nike

我正在使用 Fancybox 2.0。我在 iframe 中打开内容。如何动态调整大小iframe中的内容发生变化时的弹窗?

我在谷歌上搜索了几个小时,但所有链接要么是旧版本(1.3),要么是死胡同。

感谢您的所有意见!

最佳答案

我使用了 before show 选项来调整它的大小:

 beforeShow: function(){
this.width = $('.fancybox-iframe').contents().find('html').width();
this.height = $('.fancybox-iframe').contents().find('html').height();
}

要使其在框架内运行,您需要从子页面触发父级。$.fancybox.update(),这将调整其大小。

关于jquery - 如何在 Fancybox 2 中动态调整 iframe 的大小?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9846638/

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