Commit 144e2c0c7f6b9b3b7e2e5f3ffcefca8b6c2a30b6
1 parent
7fa95807
image size
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
frontend/views/catalog/product.php
... | ... | @@ -158,7 +158,7 @@ $this->registerJs (" |
158 | 158 | <div class="content"> |
159 | 159 | <div class="pic"> |
160 | 160 | <center> |
161 | - <a href="#" rel="shadowbox[gal]" id="picoriginal"><?= \common\components\artboximage\ArtboxImageHelper::getImage($product->imageUrl, 'product')?></a> | |
161 | + <a href="#" rel="shadowbox[gal]" id="picoriginal"><?= \common\components\artboximage\ArtboxImageHelper::getImage($product->imageUrl, 'product',['id'=>'pic'])?></a> | |
162 | 162 | </center> |
163 | 163 | </div> |
164 | 164 | <ul class="product_colors"> | ... | ... |