deblan.io-murph/config/packages/liip_imagine.yaml
Simon Vieille 53aa16951e
fix liip
add constraints
2023-07-30 16:58:26 +02:00

35 lines
1.1 KiB
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: "imagick"
filter_sets:
file_manager_thumbnail_filter:
filters:
downscale:
max: [120, 120]
mesh_preview_filter:
filters:
downscale:
max: [600, 600]
crop:
size: [600, 270]
start: [0, 0]
project_preview_filter:
filters:
downscale:
max: [600, 600]
crop:
size: [600, 270]
start: [0, 0]
post_preview_filter:
filters:
downscale:
max: [600, 600]
crop:
size: [600, 300]
start: [0, 0]
site_avatar:
filters:
downscale:
max: [100, 100]