我使用的是BlogEngine.Net 2.0,并安装了漂亮的照片扩展
但是我不知道如何在我的帖子页面中使用漂亮的照片。
谢谢
发布于 2011-04-04 22:58:10
您需要添加:
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>https://stackoverflow.com/questions/5405021
复制相似问题