Part-DB.Part-DB-server/config/packages/liip_imagine.yaml
Jan Böhmer 4c7767feed Show higher resolution thumbnail when hover over a table picture.
Also use thumbnails for attachment edit preview.
2019-10-06 15:44:19 +02:00

19 lines
557 B
YAML

# See dos how to configure the bundle: https://symfony.com/doc/current/bundles/LiipImagineBundle/basic-usage.html
liip_imagine:
# valid drivers options include "gd" or "gmagick" or "imagick"
driver: "gd"
filter_sets:
thumbnail_sm:
quality: 70
filters:
thumbnail:
size: [150, 150]
mode: inset
thumbnail_md:
quality: 75
filters:
thumbnail:
size: [250, 250]
mode: inset