添加封面图像之前,图像显示在画廊中的大胆弹出窗口中

时间:2016-08-28 14:45:56

标签: jquery magnific-popup

无法弄清楚如何在图库项目中添加简单的封面图片!

我的代码如下:

$j('.paintings').magnificPopup({
    delegate: 'a', // the selector for gallery item
    type: 'image',
    gallery: {
      enabled:true,
      tCounter: '<span class="mfp-counter">Paintings %curr% of %total%</span>' // markup of counter
    }
});

在.paintings div中,我有很少的图像显示为图库。目前Gallery打开得很漂亮。但在图库图片打开之前,我想显示一个封面/启动图像,告诉用户他们将要查看哪种类型的图库。

不确定将该封面样本图片放在该代码中的哪个位置!

任何帮助都会受到赞赏。

0 个答案:

没有答案