开发者

PrettyPhoto.js using blogengine.net 2.0

开发者 https://www.devze.com 2023-02-19 00:10 出处:网络
I\'m using BlogEngine.Net 2.0 and installed prettyphoto extension but I dont know how to use prettyphoto in my post pages.

I'm using BlogEngine.Net 2.0 and installed prettyphoto extension

but I dont know how to use prettyphoto in my post pages.

Thank开发者_如何学Gos


You need to add:

rel="prettyPhoto"

to the anchor element surrounding your picture. Here is simple example from 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>
0

精彩评论

暂无评论...
验证码 换一张
取 消