• Resolved marocho

    (@marocho)


    The problem is that some of my pictures appear not in the right sizes in the single product display. Here is an example: https://prnt.sc/hO5plh_t5eG2

    It kinda looks displayed to one side.

    Keep in mind that for some reason this happens to a little handful of products.

    What do you think can be the cause of this problem?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @marocho,

    I think you have uploaded a small size image that’s why the image is not sitting properly.

    If you upload a large-size image, it should fit properly.

    Hope that helps,

    Farjana

    Hi @marocho

    I understand that this only happens to some products, is that correct? Could you please try to use this CSS code and see if it fixes the problem?

    .product-image img {
    max-width: 100%;
    height: auto;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Image in single product not showing right’ is closed to new replies.