Single Picture
To show a single picture use the tag : [ singlepic id=x ]. It resizes and modify the picture on the fly (with no manipulation at the orginal picture) .
Tag explanation :
[ singlepic id=x w=width h=height mode=web20|watermark float=left|right ]
(without the spaces after/before the brakes)
- id : this is the image id
- width : max. width (the resize method work propotional)
- height : max. height
- mode (optional) :
- “web20” : added a refelection effect
- “watermark” : added a watermark, defined in the settings
- float (optional) :
- “left” : added CSS style float: left;
- “right” : added CSS style float: right;
Example :
[ singlepic id=x h=height w=weight mode=web20 ]
(without the spaces after/before the brakes)
And a look on the watermark function :
[ singlepic id=1 w=320 h=240 mode=watermark ]
(without the spaces after/before the brakes)