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

35 lines
1.1 KiB
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:
2021-07-10 00:03:14 +02:00
max: [600, 600]
2022-09-06 14:47:20 +02:00
crop:
size: [600, 270]
2023-07-30 16:58:26 +02:00
start: [0, 0]
2022-09-06 14:19:29 +02:00
project_preview_filter:
filters:
downscale:
max: [600, 600]
2022-09-06 14:47:20 +02:00
crop:
size: [600, 270]
2023-07-30 16:58:26 +02:00
start: [0, 0]
2022-09-09 20:10:51 +02:00
post_preview_filter:
filters:
downscale:
max: [600, 600]
crop:
size: [600, 300]
2023-07-30 16:58:26 +02:00
start: [0, 0]
2022-03-27 22:49:12 +02:00
site_avatar:
filters:
downscale:
max: [100, 100]