thumbs
Set default configuration for thumbs
Presets
Since 3.0.3
You can define option presets for thumbs:
To be used with the $file->thumb()
method. Learn more ›
Srcsets
To be used with the $file->srcset()
method. Learn more ›
Auto-orient
Automatically rotate images based on their exif orientation data.
Quality
The default JPEG compression quality for all thumbnails
Thumbs driver
Kirby comes with drivers for GD Lib (gd
) and ImageMagick (im
), which can be used out of the box. The default thumbs driver is gd
.
You can also define your own custom thumbs drivers.
Additional options for the ImageMagick driver
bin
If the ImageMagick convert binary is not correctly linked, you can set the absolute path to the binary here.
interlace
JPEGs can be set to interlace mode with this option