Commit 36e6fca235473aee7fb90b9fa8ae24a435c00348
1 parent
35de569b
image size
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
frontend/views/catalog/product.php
... | ... | @@ -164,7 +164,7 @@ $this->registerJs (" |
164 | 164 | <ul class="product_colors"> |
165 | 165 | <?php foreach ($product->images as $image): ?> |
166 | 166 | <li><a href="<?= $image->imageUrl ?>" rel="shadowbox[gal]"> |
167 | - <?= \common\components\artboximage\ArtboxImageHelper::getImage($image->imageUrl, 'product_view')?> | |
167 | + <?= \common\components\artboximage\ArtboxImageHelper::getImage($image->imageUrl, 'product_trumb2')?> | |
168 | 168 | </a></li> |
169 | 169 | <?php endforeach; ?> |
170 | 170 | </ul> | ... | ... |