如果内容高于我的定义,我想为 iframe 添加滚动条,下面的代码不起作用:
$(".class").fancybox({
iframe : {
css : {
width : "1000px",
height : "600px"
}
},
scrolling : "yes",
closeClickOutside : false,
type : "iframe",
afterClose : function(){location.reload(); return;}
});