耍贫Blog { 从嘴边溜过的大情小事,Do it win yourself }

Archive for the ‘wp plus’ Category

How to Use lightview

04.16.2008 · Posted in wp plus

How to Use For a single image: <a href="foobar.jpg" mce_href="foobar.jpg" class="lightview">foobar</a> For a set of images: <a href="foo.jpg" mce_href="foo.jpg" class="lightview" rel="gallery[foobar]">foo</a> <a href="bar.jpg" mce_href="bar.jpg" class="lightview" rel="gallery[foobar]">bar</a> For a QuickTime movie: <a href="quicktime.mov" mce_href="quicktime.mov" class="lightview" title="">QuickTime</a> For a Flash video with title and size limits: <a href="flash.swf" mce_href="flash.swf" class="lightview" title="Title::::width:320,height:240">video</a> For a webpage (iframe) with title and description, in fullscreen: <a href="http://www.google.com" mce_href="http://www.google.com" class="lightview" title="Title::Description::fullscreen:true">Google</a> 点击图片可放大效果    ...