Okay
  Public Ticket #1956450
Product featured Image on Frontpage or Shop-Page
Closed

Comments

  •  1
    robnagel started the conversation

    Hey there,

    the first product-pictures on the front-page (Product-Slider) or also the first pictures you see (product image) are very pale. But if you click on it to get to the product-page the images are perfect. Especially the colors are like gray-ish... Here is a good example:

    https://www.bellas-vienna.at/product/bellas-arancio-camel/

    This red shoe on the Shoppage / Homepage ist not shiney red as on the picture at the product single page... 

    Is there any way to adjust that? Or to chose not the wordpress-cropped image in the overview pages. I guess they are very down-scaled and compressed. Even if the Homepage / Shoppage is gonna be slower because of that, the Images are very important. Especially the colors.

    I added 2 Screenshots where you can see how the colors are different.


    {"wp":{"use":false,"adminUrl":"www.bellas-vienna.at/wp-admin","username":"","password":""},"ftp":{"use":false,"url":"","port":"","user":"","password":"","path":""}}
  • [deleted] replied

    Hi robangel,

    I think there is some issue with image compression which is built-in in WordPress core, so try increasing it to 90% for example and regenerate thumbnails and you must see the changes.

    add_filter( 'jpeg_quality', function( $arg ) { 
        return 90; 
    } );

    Add the above code in functions.php and then regenerate photos using this plugin:

    https://wordpress.org/plugins/regenerate-thumbnails/

    This should work for you.