24 lines
834 B
YAML
24 lines
834 B
YAML
|
# 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"
|
||
|
driver: "gd"
|
||
|
|
||
|
filter_sets:
|
||
|
squared_thumbnail_small:
|
||
|
filters:
|
||
|
thumbnail:
|
||
|
size: [100, 100]
|
||
|
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
|