File tree Expand file tree Collapse file tree 1 file changed +4
-35
lines changed
liip/imagine-bundle/1.8/config/packages Expand file tree Collapse file tree 1 file changed +4
-35
lines changed Original file line number Diff line number Diff line change 1- # liip_imagine:
2- # # valid drivers options include "gd" or "gmagick" or "imagick"
3- # driver: "gd"
4- #
5- # # define your filter sets under this option
6- # filter_sets:
7- #
8- # # an example thumbnail transformation definition
9- # # https://symfony.com/doc/current/bundles/LiipImagineBundle/basic-usage.html#create-thumbnails
10- # squared_thumbnail:
11- #
12- # # set your image quality defaults
13- # jpeg_quality: 85
14- # png_compression_level: 8
15- #
16- # # setup the filter steps to apply for this transformation
17- # filters:
18- #
19- # # auto rotate the image using EXIF metadata
20- # auto_rotate: ~
21- #
22- # # strip the image of all metadata
23- # strip: ~
24- #
25- # # scale and square the image to the given dimensions
26- # thumbnail:
27- # size: [253, 253]
28- # mode: outbound
29- # allow_upscale: true
30- #
31- # # create border by placing image on larger black background
32- # background:
33- # size: [256, 256]
34- # position: center
35- # color: '#fff'
1+ # See dos how to configure the bundle: https://symfony.com/doc/current/bundles/LiipImagineBundle/basic-usage.html
2+ liip_imagine :
3+ # valid drivers options include "gd" or "gmagick" or "imagick"
4+ driver : " gd"
You can’t perform that action at this time.
0 commit comments