无法弄清楚如何在图库项目中添加简单的封面图片!
我的代码如下:
$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打开得很漂亮。但在图库图片打开之前,我想显示一个封面/启动图像,告诉用户他们将要查看哪种类型的图库。
不确定将该封面样本图片放在该代码中的哪个位置!
任何帮助都会受到赞赏。