Site Kit is a one-stop solution for WordPress users to use everything Google has to offer to make…
About Disable "BIG Image" Threshold
This plugin disables the "BIG" image threshold in WordPress 5.3, allowing you to display the true original image instead of a downsized version. This is useful for photography sites or themes that require full-size images. For more information on the improvements made to image processing in WordPress 5.3, you can check out the developer notes on the Making WordPress Core blog.Frequently asked questions
What are the improvements made to image processing in WordPress 5.3?
In WordPress 5.3, several improvements were made to how images are processed. One of these improvements was the concept of 'BIG images'. When an image is uploaded that exceeds the 'BIG image' threshold (2560 by default), a new 'full' size image is generated. This new image is then used instead of the true original when generating image subsizes to reduce server load.
Why was the concept of 'BIG images' introduced?
Prior to 5.3, it was possible for the originally uploaded image to be displayed on the front-end, even when they were not 'web ready'. Unnecessarily large images can be bad for performance and wastes bandwidth. This new full size image will now be displayed instead.
Are there scenarios where disabling the 'BIG' image threshold would be desired?
Yes, there are some scenarios where disabling this threshold would be desired. For example, if you run a photography site that needs to display original images, or if your theme has full screen backgrounds.
Is there a plugin available to disable the 'BIG' image threshold?
Yes, there is a plugin available that disables the 'BIG' image threshold and preserves the true originally uploaded image as the full size.
Where can I find more information on the improvements to image processing in WordPress 5.3?
For more information on the improvements to image processing in WordPress 5.3, you can check out the developer notes and the Making WordPress Core blog.
Changelog
1.0
- Hello world!