• Resolved digitalempathy

    (@digitalempathy)


    I would like to resize the thumbnails in the products and categories pages on my site.

    I have resized them via css but they are still pulling the old thumbnail images (150×150), whereas I would like them to be about 250px. Is there any way to change this? I need to have large images but do not want them to be grainy from the resolution of the 150×150

    you can see what I am talking about here

    Please Advise.

    https://www.ads-software.com/extend/plugins/foxyshop/

Viewing 1 replies (of 1 total)
  • Plugin Author sparkweb

    (@sparkweb)

    Hi there, you will want to adjust your foxyshop-product-loop.php template to display the “medium” size instead of “thumbnail” size. That would be here:

    if ($thumbnailSRC = foxyshop_get_main_image("thumbnail"))

    Becomes

    if ($thumbnailSRC = foxyshop_get_main_image("medium"))

Viewing 1 replies (of 1 total)
  • The topic ‘Resize thumbnails’ is closed to new replies.