我正在使用Magnific Popup jquery插件在模态中显示灯箱(图库)。我的代码如下:
$.magnificPopup.open({
items:items,
type:'image',
modal:true,
closeOnContentClick:true,
closeOnBgClick:true,
showCloseBtn:true,
enableEscapeKey:true,
gallery: {
enabled: true,
preload: [0,3],
},
removalDelay: 500,
mainClass: 'mfp-fade',
});
我需要将modal
设置为true
,否则灯箱库会意外关闭。这是许多灯箱中发生的已知问题。
此modal
到true
设置的缺点是关闭按钮不起作用。
是否有类似情况的人找到了解决方案?
答案 0 :(得分:0)
你和我一样。 我已经解决了这个问题,如下面的代码。
{result:'[b]text[/b]\n\n', modelPos:'[par]...[/par]ˇ[par]...[/par]', viewPos: '<p><b>text</b></p>ˇ<p>...</p>'}
因此,您可以检查HTML代码。然后,我添加了一个css代码。
ˇ
我希望这能帮助你。