How to stop scaling images in WordPress

avatar
Share This:

To stop the function that automatically scales images with a resolution of 2560px or higher when uploading images in WordPress, add the following to functions.php.

//Disable Scaling Of Image
add_filter( 'big_image_size_threshold', '__return_false' );

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

4 − 3 =