WordPress Speed Up Service | WordPress Website Maintenance Packages Reply To: Blurry Image after Upload, by sumitwagh To Fix blurry image after uploading in WordPress just add this function in functions.php file. add_filter( 'jpg_quality', 'high_quality_image' ); function high_quality_image() { return 100; } Reply To: Blurry Image after Upload