Error with image uploading
-
I have got the below error and It was not found before. and the image I upload it less than 2500px and still seeing this message:
Post-processing of the image failed. If this is a photo or a large image, please scale it down to 2500 pixels and upload it again.
I add this
add_filter( ‘big_image_size_threshold’, ‘__return_false’ );
to functions.php and installed Disable “BIG image” Thresholdnothing fix the problem, What should I do?
- The topic ‘Error with image uploading’ is closed to new replies.