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

    Hi,

    How do I adjust the image size here so that the actual image fits perfectly?

    As you can see in this example, the image appears to be smaller than the box.

    View post on imgur.com

    The red areas that I’ve highlighted is the wasted space.

    Our product images are 600 x 600.

    Thanks,

    Harvinder

    #1479056

    Hey ballindigital,

    Thank you for the inquiry.

    It looks like you have already applied the adjustments. If you’d like to increase the image size further, you can add this css code:

    #top.single .single-product-main-image {
        width: 50%;
        float: left;
        margin-right: 50px;
        overflow: hidden;
        padding-bottom: 50px;
    }
    
    #top.single .product div.images img {
        width: 100%;
        height: auto;
        max-height: unset;
        margin: 0 auto;
    }

    Best regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.