I have a Magento installation that integrates with Wordpress using the Fishpig Wordpress module.
As most WP users will know, when you upload an image, Wordpress will create modified versions that refer to the sizes set in the media settings (for example, thumbnail size, medium size and large size). It also creates images for each custom sketch size (e.g. via functions.php).
It seems that the Fishpig Magento module uses only the thumbnail image size.
Unfortunately, I need to be able to display different sizes of the same image (i.e., modified versions of Wordpress) on different pages. For example, a small version will be displayed on the category page, a larger version will be displayed on the message view page.
I was wondering if anyone had experience getting other resized images through this module, since I cannot find a lot of documentation there (or if this is possible with this module, since I also could not see the code that would suggest this functionality).
Thank you for help.
source share