我正在使用Magento 1.9,我遇到了一個我不明白的問題。Magento圖像顯示不正確
出於某種原因,前兩個圖像正確顯示,pathes,一切似乎是正確的。
但是最後一張圖片不會顯示並顯示magento默認圖像。
任何想法可能會導致問題?
我曾嘗試下面的代碼
<i>
<?php echo $this->helper('catalog/image')->init($this->getProduct(), 'thumbnail', $_image->getFile())->resize(70, 70); ?>
<?php echo $this->helper('catalog/image')->init($this->getProduct(), 'image', $_image->getFile()); ?>
</i>
是的,圖像在管理面板中正確顯示。 –
如果有人遇到同樣的問題:保持圖像低於1MB可以解決問題。無論如何.. –