我试图让 Fancyboxe 的覆盖显示,但没有办法。我尝试设置这样的助手,但没有任何效果。
$(".fancybox").fancybox({
helpers : {
overlay: {
opacity: 0.8, // or the opacity you want
css: {'background-color': '#ff0000'}
} // overlay
} // helpers
}); // fancybox
有任何想法吗 ?