Image Quality Issue
-
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=0I changed numbers a few times.Maybe 50&100 more maybe less…but nothing changed.
Can you help me?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Image Quality Issue’ is closed to new replies.