Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 2 of 2

Thread: How to resize all product images in storefront?

  1. #1
    bliang is offline Junior Member
    Join Date
    Oct 2011
    Posts
    8

    Default How to resize all product images in storefront?

    Hi,

    I'm new in aspdotnetstorefront. Need to know how to resize all product images in storefront. Currently, product images on our clients' web pages are displayed unevenly, with some higher than others. Who can help us with an example of how to configure the image display? Thanks.

  2. #2
    ROBB is offline Senior Member
    Join Date
    Jun 2011
    Location
    United States
    Posts
    107

    Default Resize Product Images

    bliang,

    If you are importing images through the admin console, there are a few appconfigs you will want to look at. First, you will want to ensure that 'UseImageResize' is set to true.

    Use the following appconfigs to define the size of your product images: ProductImg_icon, ProductImg_medium, ProductImg_large

    Here are some other appconfigs to pay attention to, since they can sometimes produce unwanted results: DefaultStretch, DefaultCrop, LargeCreatesOthers

    For an extensive list of image resize appconfigs, see here: http://manual.aspdotnetstorefront.co...iguration.aspx

    Note: Images will not automatically be resized based on the appconfigs above, if you are using the file name override feature, and uploading images directly into your image folders.

    Let me know if that answers your question, or if you have any others.