我的产品目录图像正在从顶部和底部切断。请访问http://supplybliss.com/shop/并查看Rabbit Skins-Infant Bodysuit图片。
我已关注How to change WooCommerce thumbnail crop position?,但这对我不起作用。 之后我在主题/ woocommerce / config.php中应用了以下代码
//product thumbnails
$avia_config['imgSize']['shop_thumbnail'] = array('width'=>120,
'height'=>120);
$avia_config['imgSize']['shop_catalog'] = array('width'=>450,
'height'=>450, 'crop' => array('center', 'bottom'));
$avia_config['imgSize']['shop_single'] = array('width'=>450,
'height'=>999, 'crop' => false);