Gridmarket default picture size 300 x 300

Where do I change the default picture size for all product pictures from

300 x 300

to eg

300 x 420

Childtheme Gridmarket.

  • Patrick Cohen
    • Technical Docs Wrangler

    Hi @be

    I hope you had a great weekend!

    That is actually controlled in MarketPress settings under the Presentation tab.

    Select which image size you want to use for Single Products and Product Lists.

    You can then adjust the dimensions of that image size under Settings > Media in your admin.

    [attachments are only viewable by logged-in members] [attachments are only viewable by logged-in members]

  • Patrick Cohen
    • Technical Docs Wrangler

    Hi again @be

    You’re quite right, silly me. :slight_smile:

    Try using the large size images in GridMarket settings, but add the following CSS to your style-sheet, or other Custom CSS plugin like this one:

    http://wordpress.org/plugins/simple-custom-css/

    .mp_product_image_list, .mp_product_image_single {height:420px; width:300px;}

    Be sure to upload your images with proportional dimensions so they don’t get distorted though.