From 9118c3fb5e0f9c2f8ea929dbd5dd428f1973f0b5 Mon Sep 17 00:00:00 2001 From: Nyholm Date: Sat, 6 Apr 2019 15:04:59 +0200 Subject: [PATCH] Remove comments not needed --- .../1.8/config/packages/liip_imagine.yaml | 39 ++----------------- 1 file changed, 4 insertions(+), 35 deletions(-) diff --git a/liip/imagine-bundle/1.8/config/packages/liip_imagine.yaml b/liip/imagine-bundle/1.8/config/packages/liip_imagine.yaml index 48ea8349..63aa9623 100644 --- a/liip/imagine-bundle/1.8/config/packages/liip_imagine.yaml +++ b/liip/imagine-bundle/1.8/config/packages/liip_imagine.yaml @@ -1,35 +1,4 @@ -#liip_imagine: -# # valid drivers options include "gd" or "gmagick" or "imagick" -# driver: "gd" -# -# # define your filter sets under this option -# filter_sets: -# -# # an example thumbnail transformation definition -# # https://symfony.com/doc/current/bundles/LiipImagineBundle/basic-usage.html#create-thumbnails -# squared_thumbnail: -# -# # set your image quality defaults -# jpeg_quality: 85 -# png_compression_level: 8 -# -# # setup the filter steps to apply for this transformation -# filters: -# -# # auto rotate the image using EXIF metadata -# auto_rotate: ~ -# -# # strip the image of all metadata -# strip: ~ -# -# # scale and square the image to the given dimensions -# thumbnail: -# size: [253, 253] -# mode: outbound -# allow_upscale: true -# -# # create border by placing image on larger black background -# background: -# size: [256, 256] -# position: center -# color: '#fff' +# 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"