• Hi.

    Images are extend till “add to cart” button automatically.I added a code and solved that problem

    .woocommerce div.product div.images img{
        max-height: 625px;
    }
    
    .woocommerce div.product div.images img{
        max-width: 850px;
    }
    

    but now image quality is not good.I edited Woocommerce image size,Wordpress media size then used Regenerate Thumbnails but it didn’t work.Also I added a code for change jpeg compress to function.php :

    add_filter( 'jpeg_quality', create_function( '', 'return 100;' ) );

    it didn’t work too.Maybe I pasted wrong. *Same style,end of the .php file

    Images:
    https://www.dropbox.com/sh/x0iyll2e4hmjk6z/AAAAH6pHHbTz57h4tCCVNea5a?dl=0

    I changed numbers a few times.Maybe 50&100 more maybe less…but nothing changed.

    Can you help me?

    Website

    • This topic was modified 9 years, 2 months ago by cwork.
    • This topic was modified 9 years, 2 months ago by cwork.
Viewing 1 replies (of 1 total)
  • best if you provide a url we I can look at the problem. If the images looked good originally, then you should have quality images already in your /wp-content/uploads folder. Might be best to remove the css code you used to set max width and height too and do it another way.

Viewing 1 replies (of 1 total)

The topic ‘Image Quality Issue’ is closed to new replies.