Files
myep-team/config/packages/liip_imagine.yaml
T
2023-09-18 17:56:33 +02:00

26 lines
620 B
YAML

liip_imagine:
driver: "imagick"
resolvers:
default:
web_path: ~
cache: format_extension
loaders:
default:
filesystem:
data_root: '%kernel.project_dir%/uploads/photo'
twig:
mode: lazy
filter_sets:
cache: ~
thumbnail:
format: jpeg
jpeg_quality: 75
filters:
thumbnail: { size: [ 128, 128 ], mode: outbound }
profile:
format: jpeg
jpeg_quality: 75
filters:
thumbnail: { size: [ 128, 128 ], mode: outbound }