Resizing Images
In order to use images with custom dimensions, you can use a built-in Magento re-sizer function to generate image URLs with the correct dimensions and you will need to amend the product model.
Start by reading how to extend Nosto module and how to alter Nosto product data.
Note: In case you want a square image, only the first parameter is required.
File app/code/local/My/Nosto/Model/Meta/Product.php
Last updated