0

是否可以在 Fancybox 的图像下方添加 HTML 描述或文本?

这是我正在谈论的内容的模拟:

小样

如果不可能,您知道任何可以做到这一点的插件吗?

请帮忙

4

2 回答 2

1

为什么是的,这是可能的 这是您添加图像后需要添加的 HTML:

<div class="fancybox-title fancybox-title-float-wrap">
    <span class="child">
        <div>HI add the html here or delete the div and add the html here</div>
    </span>
</div>

要自己测试一下,请前往这个地方: http: //fancyapps.com/fancybox/demo/并进行一些右键单击元素检查。

于 2013-07-29T04:26:36.477 回答
0

我不是fancybox 用户,但我可以向你推荐ShadowBox

<a href="http://www.ancestry.com/wiki/images/archive/a/a9/20100708215937!Example.jpg" rel="shadowbox;height=200;width=200" title="<b>My Image</b><span>Desc</span>">My Image</a>​

#sb-title, #sb-title-inner {height: 3em;}
#sb-title-inner b {display: block; font-size: 1.2em;}
#sb-title-inner span {display: block;}​

小提琴 示例

希望这可以帮助

于 2013-07-29T03:07:27.060 回答