这是一个图像显示插件,效果不错,就是常见的那种弹出一层暗色显示图像的效果。也就是lightbox效果。后台的说明是这样的:
Slimbox is a visual clone of the popular Lightbox JS v2.0 by Lokesh Dhakar, written using the ultra compact mootools framework. It was designed to be small, efficient, more convenient and 100% compatible with the original Lightbox v2. For more information, see http://www.digitalia.be/software/slimbox
How to use
{slimbox images/img_1.jpg,images/timg_1.jpg,Things I like; images/img_2.jpg, images/timg_2.jpg, Why does this happen to me?; images/img_3.jpg,images/timg_3.jpg, when will it end?; images/img_4.jpg,images/timg_4.jpg}
- To use the plugin, simply type the above into your Joomla! article.
- You can have multiple {slimbox x,x,x } galleries.
- Or, you can show only a single image with slimbox.
- Each image string can have three parts separated by the comma: "," -- the regular sized image, the thumbnail and the caption.
- You must specify the first two values; if you do not have a thumbnail to display, simply repeat the name of the regular sized image.
- Images must be specified from the baseURL, absent the first slash, and should not have quotes (Correct: images/amy.jpg -- Incorrect: "/images/amy.jpg")
- Captions should follow the second image and a comma and should not have quotes or commas or semicolons.
- If you do not want captions for a specific image, or if you do not want captions for any of your images, you can simply omit the third part of the image string.
- Image strings must be separated by the semicolon: ";"
- On the webpage, itself, you can display all of the thumbnails or only the first. If you only want one thumbnail to show, add the word "single" in lowercase, following the "{slimbox" literal.
Please let me know of any problems you might have. Have fun with Joomla!.
AmyStephen :)
这个也不是全自动,也要直接编写代码,虽然简单,但也是比较麻烦。