Hi,
Our home page has a Mini Cart on it and the thumbs were changed by MOHAMMED Admin to be 70 x 105px as square thumbs were cropping our images.
He gave me the code below but implemented it himself.
Code Remarks-: sf-products.php $image = aq_resize( $image_link, 70, 70, true, false); to
$image = aq_resize( $image_link, 70, 105, true, false);
I’m not sure if it’s the bits of code you gave me today from a previous support question (also for the mini cart) or something else but our Mini Cart Thumbnails are cropping to squares again.
Where should I put the code above to implement it again?
Thanks,
Benjamin