diff --git a/config/packages/liip_imagine.yaml b/config/packages/liip_imagine.yaml index b3b2178..8cb78ef 100644 --- a/config/packages/liip_imagine.yaml +++ b/config/packages/liip_imagine.yaml @@ -13,9 +13,4 @@ liip_imagine: max: [1280, 720] post_processors: jpegoptim: { strip_all: true, max: 70, progressive: true } - optipng: { strip_all: true, level: 5 } - - my_max_down_scale_filter_240p: - filters: - downscale: - max: [360, 240] + optipng: { strip_all: true, level: 2 } diff --git a/templates/pokemon/index.html.twig b/templates/pokemon/index.html.twig index cfe6401..35ac738 100644 --- a/templates/pokemon/index.html.twig +++ b/templates/pokemon/index.html.twig @@ -53,7 +53,7 @@ {% for pokemon in pokemon %}