http://www.rattanfurnitureuk.co.uk/sept2015/rattan-corner-sets.html
我删除了服务上的缓存,但图像仍然呈现模糊。
图像应清晰,亮度为276 x 276px
答案 0 :(得分:0)
转到以下位置并打开list.phtml文件。
app\design\frontend\yourpackage\yourtheme\template\catalog\product\
并找到以下行
<a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" class="product-image"><img src="<?php echo $this->helper('catalog/image')->init($_product, 'small_image')->resize(135); ?>" width="135" height="135" alt="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" /></a>
在此代码中检查
<img src="<?php echo $this->helper('catalog/image')->init($_product, 'small_image')->resize(135); ?>" width="135" height="135"
尝试在上面提到的行中更改调整大小(135)和高度和宽度。
<强>更新强> 您的网站上有以下html。
<a class="product-image" title="Maze Rattan - Winchester Square Corner Group" href="http://www.rattanfurnitureuk.co.uk/sept2015/rattan-corner-sets/maze-rattan-winchester-square-corner-group.html">
<img width="135" height="135" alt="Maze Rattan - Winchester Square Corner Group" src="http://www.rattanfurnitureuk.co.uk/sept2015/media/catalog/product/cache/1/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/3/1/3198.jpg">
</a>
检查<img
标记中的内容。
答案 1 :(得分:0)
在您的Magento管理员中导航至:
系统&gt;配置&gt;目录&gt;产品图片
将小图片宽度字段更新为276px。然后刷新图像缓存并刷新整页缓存。