Images

you can insert an image into your content by using the following code:

   {@ image  format=xxx /path/to/image @}

where you replace /path/to/image with the path that you see in the list of images

and format is the special format of the image. There are 3 default formats that you can use.

  • thumb
  • medium ( this is the default)
  • large

for example:

   {@ image  format=thumb /image/school.png @}
   {@ image   /image/pig.png @}

if you do not specify the format part then the medium format will be assumed.

Formats

You can create your own formats to use with your images. The system will process your images to produce a new image conforming to the format.

To ensure that your images are as small as possible try to use jpg format and specify a quality % as low as necessary. I find a quality of 70 does not impact much on the visual look of a picture.