Spookie/config/packages/liip_imagine.yaml

26 lines
868 B
YAML
Raw Normal View History

2022-11-10 13:48:29 +01:00
# Documentation on how to configure the bundle can be found at: https://symfony.com/doc/current/bundles/LiipImagineBundle/basic-usage.html
liip_imagine:
# valid drivers options include "gd" or "gmagick" or "imagick"
2022-11-15 17:07:27 +01:00
driver: "imagick"
twig:
mode: lazy
2022-11-10 13:48:29 +01:00
filter_sets:
squared_thumbnail_small:
filters:
thumbnail:
2022-11-15 17:07:27 +01:00
size: [120, 120]
2022-11-10 13:48:29 +01:00
mode: outbound
allow_upscale: true
squared_thumbnail_medium:
filters:
thumbnail:
size: [200, 200]
mode: outbound
allow_upscale: true
squared_thumbnail_large:
filters:
thumbnail:
size: [400, 400]
mode: outbound
allow_upscale: true