Image thumbnailer

Images in Vivvo can be accessed directly trough files.php (without any modification) or via thumbnail.php. thumbnail.php performs on fly re-size of images using GD library and stores the result in cache for further usage.

Images are re-sized to fit dimensions but maintain aspect ratio.

Image sizes (default values)
summary_small - 32x32
summary_medium - 80x80
summary_large - 150x150
article_small - 200x200
article_medium - 318x318
article_large - 485x485

Image sizes are configurable trough Vivvo administration. All sizes are in pixels.

Example #1 (direct access to files):

files.php?file=vivvo.gif

Example #2 (thumbnail access to files):

thumbnail.php?file=vivvo.gif&size=summary_large