0

只有一个数据来自数据标题属性。你能告诉我如何在灯箱上显示三个不同的标题吗?当我们单击立方体时,灯箱会打开。在下面提供我的小提琴:

http://jsfiddle.net/ZrpLT/74/

<div class="row">
  <div class="span10">
    <div class="melonhtml5_gallery">
      <div data-caption="<div>Paul Scholes</div> <div>Wayne Rooney</div> <div>Sir Alex Ferguson</div>" data-image="http://www.defie.co/designerImages/thumbnails/inventory.png"></div>
      <div data-caption="<p>car</p> <p>bus</p> <p>bike</p>" data-image="http://www.defie.co/designerImages/thumbnails/yourFile.png">
    </div>                            
  </div>
</div>
4

1 回答 1

0

.caption在代码中设置为固定的 30px 高度。

我已经使用 css 覆盖了它:http: //jsfiddle.net/ZrpLT/85/

如果您想在此处更改它,则在 javascript 代码的第 297 行设置它。

于 2013-01-24T01:47:16.323 回答