How to stop scaling images in WordPress

tehangat studio 3zgykWQFVzE unsplash scaled Plugins
This article can be read in about 1 minutes.

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' );

Comment

Donate with Cryptocurrency!

Copied title and URL