# 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" filter_sets: # name our filter set "my_fixed_filter" my_fixed_filter: filters: # use and setup the "fixed" filter fixed: # set the fixed size to "120x90" pixels width: 120 height: 90