Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #779025

    Hello Team,
    after update to Woocommerce 3.0.3 and Enfold 4.0.5 the quality of the product picture on the product site is very very bad. Please see the first screenshot
    When I press the button of the picture then the picture is very good.Please see the second screenshot.

    What is to do ??
    Thanks a lot and kind regards.

    First screenshot

    First screenshot

    Second screenshot

    Second screenshot

    #779089

    Hey Michael,

    First off, thanks for using our theme :)

    This link should help you: https://docs.woocommerce.com/document/fixing-blurry-product-images/

    Best regards,
    John Torvik

    #779905

    Hello,

    I have try that on my site but it is not working.

    Regards

    #779907

    I have the same problem since the last update.
    The image sizes defined seem fine. I see the problem only on Safari.
    Chrome shows the images like they supposed to.

    EDIT: Nevermind the link you provided solved the problem for me. Cache needed to be cleared.

    • This reply was modified 7 years, 6 months ago by doubleweb_mp.
    #780036

    I have the same problem since the last update of Woocommerce :(

    #780061

    I got that same problem. In Safari.

    #780115

    I have same problem, also in Firefox. I’ve regenerated thumbnails + cleared cache, but problem persists..:

    (right click the broken picture link + show picture..)

    #780139

    Hey!

    Please follow the solution suggestion at the second message and it will do solve the problem you are having.
    Check it and let us know if there is anything else we can do for you

    Best regards,
    Basilis

    #780146

    Hello,

    As you can see several people including me is try that and it is not working.

    #780397

    I’ve regenerated thumbnails and cleared cache, but problem persists. Can you please take a look at the site.

    #780478

    Hi Guys i have the same issue i tried it out with your link, also regenerate Thumbnails (my images are all 900×900 also should be large enough) but its still bad quality!
    This is really a bad thing…
    Thanks for updating us with a new solution, because this is not working for most of us!
    Thanks

    #781306

    @Konstlist16
    I checked your backend, as you’ve provided admin access to us. I see that you haven’t adjusted WooCommerce’s thumbnails size in WooCommerce->Settings->Products->Display->Product thumbnails

    There is still 120x12px, although you want to display your images much bigger. So change that, then regenerate your thumbnails and you should go fine.

    However if you’re fine with your WooCommerce’s display settings, then use this code inside Quick CSS field:

    #top .product div.images img {
    width: 120px;
    }

    Adjust the width value to your display settings of your product thumbnail image.

    Best regards,
    Andy

    #781359

    But 120×120 is for the smallest thumbnails, or am I wrong?

    #782252

    Hi,

    try this code inside Quick CSS field:

    a.lightbox-added img {
    max-width: 300px;
    }
    .thumbnails img {
    max-width: 90px !important;
    }

    and adjust as needed.

    Best regards,
    Andy

    #782741

    Hey Andy, have you got any news for me? i still have the problem, i tried with the solution that you provided here, but nothing helps. Thanks for checking again.

    #783667

    Hi,

    try this code @icodesign:

    a.lightbox-added {
    max-width: 90px !important;
    }

    and adjust as needed.

    Best regards,
    Andy

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