Home Forums WoodMart support forum Same size on Gallery single product

Same size on Gallery single product

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #554987

    lafontaneriaencasa
    Participant

    I have been touching things, and I need to set the photos to have the same size in the gallery, so that I don’t get anything out of balance. If two photos are different sizes they always have the same resolution ex: 600×600.

    Attachments:
    You must be logged in to view attached files.
    #555064

    Hung Pham
    Participant

    Hi lafontaneriaencasa,

    Thanks for reaching to us.

    1. Basically, the product images are controlled by WooCommerce, through the option of Dashboard > Appearance > Customize > WooCommerce > Product Images, and the WoodMart theme doesn’t influence this. The size of the thumbnail you set should be larger than the size of the product thumbnail displayed on the shop page.

    If the thumbnail size is smaller than what the default size expects, it may appear blurry or not display correctly. You can find the sizes used on the demo here: https://xtemos.com/docs/woodmart/faq-guides/image-size-content-alignment-product-grid/ and Regenerate thumbnails using the appropriate plugin. https://wordpress.org/plugins/regenerate-thumbnails/

    2. Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .single-product .woocommerce-product-gallery img {
        width: auto;
    }

    Regards,

Viewing 2 posts - 1 through 2 (of 2 total)