服务报价 | 域名主机 | 网络营销 | 软件工具| [加入收藏]
 热线电话: #
当前位置: 主页 > php教程 > magento教程 >

如何设置修改magento产品图片大小

时间:2011-11-16 08:32来源:未知 作者:最模板 点击:
如何如何设置修改magento产品图片大小,最模板提供该magento教程 1.打开 app\design\frontend\default\你的模版\template\catalog\product\list.phtml 搜索 resize ,发现有两处,因为列表页有 List 和 Grid 两种

如何如何设置修改magento产品图片大小,最模板提供该magento教程 

1.打开 app\design\frontend\default\你的模版\template\catalog\product\list.phtml

搜索 "resize" ,发现有两处,因为列表页有 List 和 Grid 两种显示方式,第一个resize一般是List列表显示中的产品图片,第二个resize一般是 Grid 列表显示中的产品图片。

2. resize(135, 135),就是设置产品图片尺寸的函数,以像素为单位的。width=”135” height=”135“就是css的设置。

例如,想改成150像素宽,200像素高。那么代码就改成$this->helper(‘catalog/image’)->init($_product, ‘small_image’)->resize(150, 200); ?>” width=”150” height=”200”

(责任编辑:最模板)
顶一下
(2)
100%
踩一下
(0)
0%
------分隔线----------------------------