Home Forums Basel support forum Certain Product Thumbnail Images Showing at 1px?

Certain Product Thumbnail Images Showing at 1px?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #9796

    J2O
    Participant

    Hi Xtemos,

    We have a problem where some product thumbnail images are showing up at height: 1px and width: 1px even though the thumbnail is generated and valid.

    Screenshot

    It doesn’t affect all products but it’s enough to be a problem.

    Please can you help?

    Thanks
    Jay

    #9798

    J2O
    Participant

    Hey,

    I just added this into the Global CSS theme settings:

    img.content-product-image.attachment-shop_catalog {
        width: 500px !important;
    }

    And I think it might be solved? Or is this not advisable?
    Is this a bug or… ?

    Thanks
    Jay

    #9803

    Artem Temos
    Keymaster

    Hello,

    This issue may be caused by some auto import plugin for your products and images.

    Better to use this code snippet

    img.content-product-image.attachment-shop_catalog {
        width: 100%;
    }

    Regards

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