WooCommerce Product Feature Images Blurry

Home Forums Gillion Theme WooCommerce Product Feature Images Blurry

Home Forums Gillion Theme WooCommerce Product Feature Images Blurry

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • aimfulmedia
    Participant

    Hi,

    The WooCommerce product images are blurry on the home and shop page.

    We’ve regenerated thumbnails to no avail.

    Please advise.

    Hi @aimfulmedia,

     

    I hope you are well today and thank you for your question.

     

    You can resolve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .product .sh-ratio-content {
        background-size: unset;
        background-repeat: no-repeat;
    }
    
    .woocommerce div.product div.images img {
        width: auto;
    }

     

    Best regards,
    Shufflehound team

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