【发布时间】:2012-10-05 23:55:21
【问题描述】:
我需要将类别页面上的默认图像尺寸 135x135 图像尺寸更改为 187x140。我编辑了两个 .phtml 文件:
目录>产品>new.phtml 和 目录>产品>list.phtml
并更改了以下内容
<a href="...$this->helper('catalog/image')->init($_product, 'small_image')->***resize(187,140) ?>" width="187" height="140"*** alt="...></a>
我也改变了css
.products-grid .product-image { display:block; width:187px; height:140px; margin:0 0 0px; }
我已结清现金,登录并退出。我的图片占位符已上传,上传时它们的大小正确。
我不明白为什么我的图像尺寸仍显示为 135x135。
有人可以帮我吗?
【问题讨论】:
标签: image magento thumbnails