华丽的弹出框中的不同边框样式

时间:2018-06-23 11:01:10

标签: jquery magnific-popup

我有一个网页,我想拥有两个不同的画廊。其中一个具有白色边框的画廊和另一个具有黑色边框的画廊。或者像黑色的不透明度为50%的白色和白色的不透明度为50%的一种。

可以指定一个CSS,但这会影响所有实例。

img.mfp-img {
border: 15px solid white;}

问题是,据我所知,这必须在jquery中触发吗?

$('.gallery-1-container').each(function() { // the containers for all your galleries
    $(this).magnificPopup({
        delegate: 'a', // the selector for gallery item
        type: 'image',
        gallery: {
          enabled:true
        }
    });
});

0 个答案:

没有答案