• Resolved haswel

    (@haswel)


    Hello,

    I have set the image compression to 0% but when I upload my images it compress it way too much. I can’t read the bottle name.
    Is this an issue to fix or I didn’t configure it well ?

    Thanks in advance !

Viewing 1 replies (of 1 total)
  • Plugin Author Nabil Lemsieh

    (@nlemsieh)

    Hi @haswel

    Please add this code to functions.php under Appearance menu > Theme Editor, then regenerate thumbnails:

    add_filter('jpeg_quality', function(){
    	return 100;
    });

    Let me know if the problem persists.

    Best regards,
    Nabil

Viewing 1 replies (of 1 total)
  • The topic ‘Smart image compress too much’ is closed to new replies.