Commit aaa41b58cf7d4f0a84fdabf9d5b9b816582c26d8
1 parent
36e6fca2
image size
Showing
2 changed files
with
2 additions
and
1 deletions
Show diff stats
common/config/main.php
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> | ... | ... |