Product Single

product-type-01.html:

1
<div class="pt-product-single-img no-zoom">

product-type-02.html

1
<div class="pt-product-single-img no-zoom">

product-type-03.html

1
2
3
4
<ul data-scrollzoom="false" id="js-layout-gallery">
    <li class="no-zoom"></li>
</ul>

product-type-04.html

1
2
3
4
<div class="product-images-col" data-scrollzoom="false" id="js-layout-gallery">
    <div class="item  no-zoom"></div>
</div>

* Add class 'no-zoom' for cancellation zoom

BACK TO TOP