这是我的页面链接:
http://www.tcgad.com/our-work-2/branding-campaigns/
JS实际上是从一个循环渲染的,但是一切看起来都正确,titleSrc位于图像中:{}属性等等。仍然看起来不像Magnific传递标题。
非常感谢任何想法。
编辑:已解决 * 证明“title”属性不在文档中。 *
<script type="text/javascript">
jQuery(document).ready(function($) {
$("#open-content-slider-2541").magnificPopup({
items: [{
src: "http://www.tcgad.com/wp-content/uploads/2013/03/portfolio_wynn_bb1.jpg",
type: "image",
title: "Wynn Billboards"
},{
src: "http://www.tcgad.com/wp-content/uploads/2013/03/Portfolio_Wynn_Newsletter.jpg",
type: "image",
title: "Wynn Newsletter"
}
],
gallery: {
enabled: true
},
type: "image"
});
});
</script>