by Jim » Mon Nov 19, 2007 1:42 pm
There is no tag to display a certain size image, the tags like
[-- product.graphic --] and [-- PRODUCT.MoreInformationGraphic --] will display what ever size image is configured for that image.
If you want to display a specific size image other than using that mechanism you would need to build the url to the image directory that contains the size you want. The resized images are located in subdirectories called ss_size1, ss_size2, ss_size3 directly under the directory where the main image is located. So forexample if you have an image in the directory media/myimages then the resized image would be in media/myimages/ss_size1 or media/myimages/ss_size2 etc.