How to increase media image scale limit?

I'd like to insert a large infographics image into a post. The problem is that WordPress scales the image and applies a limit of 393px in my case.

When I try to manually increase it, a red exclamation mark shows up, and won't use the value given by me:

How to remove that limit?

Topic limit scale uploads images Wordpress

Category Web


Found the solution: It can be turned off:

add_filter( 'big_image_size_threshold', '__return_false' );

More: here

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.