2

我正在使用 BlogEngine.Net 2.0 并安装了 prettyphoto 扩展

但我不知道如何在我的帖子页面中使用 prettyphoto。

谢谢

4

1 回答 1

2

您需要添加:

rel="prettyPhoto"

到图片周围的锚元素。这是来自项目站点的简单示例:

<a href="images/fullscreen/2.jpg" rel="prettyPhoto" title="This is the description"><img src="images/thumbnails/t_2.jpg" width="60" height="60" alt="This is the title" /></a>
于 2011-04-04T14:58:09.557 回答