我的购物车页面出现问题。我遇到的问题是产品缩略图图像被裁剪并且正在切断我的图像。
我转到产品显示设置并调整缩略图大小,缩略图仍然太小并被裁剪。
我想知道如何解决这个问题,有人可以帮忙吗?
我还想了解如何将购物车页面上的产品图片更改为其他图片,而不会影响我网站前端的产品图片。
答案 0 :(得分:0)
Because we don't have a code here I just can figure out what it could be. You can try to set this css to the product image:
.your-product-image { /*PLEASE UPDATE*/
overflow: hidden;
}