Skip to content

Commit 8233684

Browse files
author
symfony-flex-server[bot]
authored
Merge pull request #653
2 parents 552a97d + f88ddf6 commit 8233684

File tree

1 file changed

+4
-35
lines changed

1 file changed

+4
-35
lines changed
Lines changed: 4 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,4 @@
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"

0 commit comments

Comments
 (0)