Home Forums WoodMart support forum Seeking advice on resizing specific objects in a photo

Seeking advice on resizing specific objects in a photo

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

    kalogrhas
    Participant

    I am reaching out to you today seeking your advice on a matter related to photo editing.

    I am currently trying to resize a specific object within a photograph, rather than resizing the entire image. I have been using various photo editing software, but I have been unsuccessful in achieving my desired result.

    I am wondering if there is a particular tool or method that you would recommend for resizing only a specific object in a photograph while leaving the rest of the image unchanged. If so, I would greatly appreciate it if you could share your expertise with me.

    Thank you very much for your time and consideration.

    Best regards,

    George Kalogrias

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

    Hello,

    Regarding the Image Size and content alignment, you can check out our Theme Documentation guide in this regard: https://xtemos.com/docs-topic/image-size-and-content-alignment-in-a-product-grid/

    If the guidelines on the above Documentation doesn’t work out for you then you can try out an alternative solution in this regard.

    You can firstly go to Dashboard > Appearance > Customize > WooCommerce > Product Images > there you can remove the size defined for the Thumbnail width: https://snipboard.io/8mif2E.jpg

    After that you can try out the following Custom CSS on your Site to adjust the Product Images in a precise manner:

    .product-grid-item :is(.product-image-link,.hover-img) img {
       object-fit: contain !important;
       height: 15em !important;
    }

    In the above CSS, you can write your own choice of value for the height property.

    Location to paste Custom CSS, go to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section >> paste the CSS.

    Hope this helps !

    Best Regards

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