gpt4 book ai didi

jquery - Fancybox 2.1.3 防止 iframe 出现滚动条

转载 作者:行者123 更新时间:2023-12-01 02:59:08 26 4
gpt4 key购买 nike

我正在使用 fancybox.js 版本 2.1.3 将外部内容放入 iframe 中。我通过放置 url 后跟 div id 来做到这一点(例如 http://somesite.com#about ),这似乎有效,但问题是我还没有找到阻止 fancybox 滚动的方法。防止滚动是必要的,因为我将在同一个外部页面上放置多个 div id,然后使用 fancybox 将它们放置在 iframe 中,并且我不想让查看者能够在 iframe 内向下滚动以查看此上的其他 div id外部页面。

//fancybox window script
$(document).ready(function() {
$(".various").fancybox({
type :'iframe',
scrolling : 'no',
maxWidth : 800,
maxHeight : 400,
fitToView : true,
width : '70%',
height : '70%',
autoSize : false,
closeClick : false,
openEffect : 'none',
closeEffect : 'none',
});
});

最佳答案

您可以使用助手禁用滚动,如下所示:

    iframe : {
scrolling : 'no'
}

关于jquery - Fancybox 2.1.3 防止 iframe 出现滚动条,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13617022/

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