且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

以编程方式获取Magento中产品图像的宽度和高度?

更新时间:2023-11-30 14:52:10

刚刚在文档中找到它: http://docs.magentocommerce.com/Mage_Catalog/Mage_Catalog_Helper_Image.html

Just found it in the docs: http://docs.magentocommerce.com/Mage_Catalog/Mage_Catalog_Helper_Image.html

似乎是:

$this->helper('catalog/image')->init($_product, 'image')->getOriginalHeight()
$this->helper('catalog/image')->init($_product, 'image')->getOriginalWidth()