Images

A small basic image resizing tool is built into the site's system.

The resize is done to the largest width and the resized image is cached.
The cached image is automatically updated if the original image changes.

Raw image

Resized image

Coming from the pages folder and not public, only access via resize is possible:

Url format

Original image Resized image
{path}{basename}.{extension} {path}{basename}.{size}.{extension}
some/path/image.jpg some/path/image.512.jpg