[wp-trac] [WordPress Trac] #48783: Image is scaled down
WordPress Trac
noreply at wordpress.org
Sun Nov 24 20:39:45 UTC 2019
#48783: Image is scaled down
---------------------------+----------------------
Reporter: sasanmoradian | Owner: (none)
Type: defect (bug) | Status: closed
Priority: normal | Milestone:
Component: Media | Version: 5.3
Severity: normal | Resolution: invalid
Keywords: | Focuses:
---------------------------+----------------------
Changes (by TimothyBlynJacobs):
* status: new => closed
* resolution: => invalid
* severity: critical => normal
* milestone: Awaiting Review =>
Comment:
Hello @sasanmoradian and welcome to trac!
This is a new feature in WordPress 5.3. You can find out more about it in
the [https://make.wordpress.org/core/2019/10/09/introducing-handling-of-
big-images-in-wordpress-5-3/ Make.Core blog post summarizing the feature].
If you'd like, you can turn off this feature by adding the following code
to your child theme's `functions.php`.
{{{#!php
add_filter( 'big_image_size_threshold', '__return_false' );
}}}
----
In the future its best to create a thread in the
[https://wordpress.org/support/forums/ WordPres.org Support Forums]
instead of Trac for issues like this.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/48783#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list