Fra H
Fra H

Reputation: 345

Magento: How to resize image in view?

I've got this (common) code in my product view:

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

If I add ->resize(265) the new image does not resize.. and no image is loaded at its place (error 404). How can I fix it?

Upvotes: 0

Views: 153

Answers (1)

codeGig
codeGig

Reputation: 1064

change media/catalog directory permission to 0755 of magento

Upvotes: 1

Related Questions