Commit 3c6209a0d4c8c68a29f006794460f13de6c96259
1 parent
0025dc65
image size
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
frontend/views/catalog/product.php
... | ... | @@ -163,7 +163,7 @@ $this->registerJs (" |
163 | 163 | <div class="content"> |
164 | 164 | <div class="pic"> |
165 | 165 | <center> |
166 | - <a href="#" rel="shadowbox[gal]" id="picoriginal"><?= \common\components\artboximage\ArtboxImageHelper::getImage($product->imageUrl, 'product',['id'=>'pic'])?></a> | |
166 | + <a href="#" rel="shadowbox[gal]" id="picoriginal"><?= \common\components\artboximage\ArtboxImageHelper::getImage($product->imageUrl, 'product_view',['id'=>'pic'])?></a> | |
167 | 167 | </center> |
168 | 168 | </div> |
169 | 169 | <ul class="product_colors"> | ... | ... |