Commit 35de569bbbcdf5645a5888645bcd2379dab3fc5e
1 parent
577a3b1a
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_trumb2')?> | |
167 | + <?= \common\components\artboximage\ArtboxImageHelper::getImage($image->imageUrl, 'product_view')?> | |
168 | 168 | </a></li> |
169 | 169 | <?php endforeach; ?> |
170 | 170 | </ul> | ... | ... |