Commit b8f14fca29f03e4038c37f1b0c77b1fb8d024646

Authored by Karnovsky A
1 parent dc50f607

imageCache preset

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
frontend/config/main.php
... ... @@ -46,7 +46,7 @@ return [
46 46 'sourcePath' => '@app/web/images',
47 47 'sourceUrl' => '@web/images',
48 48 'sizes' => [
49   - 'brandlist' => [130, 70],
  49 + 'brandlist' => [128, 128],
50 50 'product' => [300, 300],
51 51 'product_trumb' => [80, 80],
52 52 'product_list' => [130, 70],
... ...