deblan.io-murph/config/packages/liip_imagine.yaml

14 lines
470 B
YAML
Raw Normal View History

2021-06-22 11:06:05 +02:00
# 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: "imagick"
filter_sets:
file_manager_thumbnail_filter:
filters:
downscale:
max: [120, 120]
2021-07-09 23:42:38 +02:00
mesh_preview_filter:
filters:
downscale:
max: [300, 300]