Categories images - by Walid - on WordPress WooCommerce support

This topic has 5 replies, 2 voices, and was last updated 6 years, 4 months ago ago by Olga Barlow

  • Avatar: Walid
    Walid
    Participant
    December 1, 2017 at 12:18

    Dear team,
    I would like to have a solution for this.
    the images in category pages are not the same. Please for example the link in the private content.
    I tried all modification:
    1. speciafied the sizes in woocommerce like this
    Catalog images 270 × 370px Hard crop? (checked)
    Single product image 460 × 628px Hard crop? (checked)
    Product thumbnails 75 × 100px Hard crop? (checked)
    2. Regenerated all images using the Regenerate Thumbnails plugin.
    What I need is to have all images resized automatically in spite of the size of any picture I use!
    The theme we are using now is doing that! even if it is 3250/6000px..it fits into the dimensions given to the category products images!
    I have looked into the forum and seen some recommendations like putting all images in the same size! but we do not want to go there for the moment.
    Thank you.
    Walid

    Please, contact administrator
    for this information.
    4 Answers
    Avatar: Walid
    Walid
    Participant
    December 3, 2017 at 11:42

    up…

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    December 4, 2017 at 15:52

    Hello,

    Either you did not check the hard crop or did not regenerate thumbnails because your images are not cropped.
    Try to add the following code to Theme Options > Styling > Custom CSS to remove 100% for your images

    .content-product .product-content-image img {
        min-width: 1px;
        width: auto;
    }

    Also, I would suggest you to prepare images before uploading and make them all in one size or proportional at least to get a nice grid.

    Regards

    Avatar: Walid
    Walid
    Participant
    December 4, 2017 at 17:48

    That is really better:)
    Thank you very much.
    We will try to reupload the images, and regenerate.
    Thank you very much.

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    December 4, 2017 at 18:13

    You are welcome!

    Regards

  • Viewing 5 results - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.