PrettyPhoto.js使用blogengine.net 2.0

时间:2011-03-23 12:09:56

标签: blogengine.net

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

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

由于

1 个答案:

答案 0 :(得分:2)

您需要添加:

rel="prettyPhoto"

到图片周围的锚元素。以下是project site的简单示例:

<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>