turbo #4

Merged
tracer merged 17 commits from turbo into master 2022-11-15 17:19:50 +01:00
1 changed files with 4 additions and 2 deletions
Showing only changes of commit d8aca18192 - Show all commits

View File

@ -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
liip_imagine:
# valid drivers options include "gd" or "gmagick" or "imagick"
driver: "gd"
driver: "imagick"
twig:
mode: lazy
filter_sets:
squared_thumbnail_small:
filters:
thumbnail:
size: [100, 100]
size: [120, 120]
mode: outbound
allow_upscale: true
squared_thumbnail_medium: