Hi,
I want to crop image thumbnails on the product page (area : div class=owl-stage-outer)
I have edited file woocommerce/single-product/product-thumbnails.php:
$thumbnail_size replaced with:
$thumbnail_size = apply_filters(
'woocommerce_gallery_thumbnail_size',
array(
'width' => 150,
'height' => 150,
'crop' => 1,
)
);
It works for all images except first, ( first image not cropped )
I can’t figure out what to do
-
This topic was modified 3 years, 1 month ago by
Andrew_khv.
Attachments:
You must be
logged in to view attached files.