• Hey!

    For example: when i upload a 4339x6129px resolution image after the upload its only 1812x2560px resolution and when i’m attach this image to a post to a featured image the image will be more worse than 1812x2560px it is only 560×430 or 800×430 but some images will keep the original good quality even if the image is only 800×430 or 560×430, what’s wrong?

    I was tried to add these codes seperately to functions.php but nothing changes:

    add_filter(‘jpeg_quality’, function($arg){return 85;});
    add_filter( ‘jpeg_quality’, create_function( ”, ‘return 80;’ ) );

    And i disabled any kind of caching or CDN but nothing.

    Thanks

    • This topic was modified 5 years, 11 months ago by bocinet.
    • This topic was modified 5 years, 11 months ago by bocinet.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘WordPress image quality is really bad’ is closed to new replies.