You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
523 B
17 lines
523 B
# 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: "gd"
|
|
|
|
filter_sets:
|
|
|
|
# name our filter set "my_fixed_filter"
|
|
my_fixed_filter:
|
|
filters:
|
|
|
|
# use and setup the "fixed" filter
|
|
fixed:
|
|
|
|
# set the fixed size to "120x90" pixels
|
|
width: 120
|
|
height: 90
|
|
|