changed size of small
This commit is contained in:
parent
28d77f7ec5
commit
d8aca18192
|
@ -1,13 +1,15 @@
|
||||||
# Documentation on how to configure the bundle can be found at: https://symfony.com/doc/current/bundles/LiipImagineBundle/basic-usage.html
|
# Documentation on how to configure the bundle can be found at: https://symfony.com/doc/current/bundles/LiipImagineBundle/basic-usage.html
|
||||||
liip_imagine:
|
liip_imagine:
|
||||||
# valid drivers options include "gd" or "gmagick" or "imagick"
|
# valid drivers options include "gd" or "gmagick" or "imagick"
|
||||||
driver: "gd"
|
driver: "imagick"
|
||||||
|
twig:
|
||||||
|
mode: lazy
|
||||||
|
|
||||||
filter_sets:
|
filter_sets:
|
||||||
squared_thumbnail_small:
|
squared_thumbnail_small:
|
||||||
filters:
|
filters:
|
||||||
thumbnail:
|
thumbnail:
|
||||||
size: [100, 100]
|
size: [120, 120]
|
||||||
mode: outbound
|
mode: outbound
|
||||||
allow_upscale: true
|
allow_upscale: true
|
||||||
squared_thumbnail_medium:
|
squared_thumbnail_medium:
|
||||||
|
|
Loading…
Reference in New Issue