Disable "BIG Image" Threshold
Disable "BIG Image" Threshold
Description
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.
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 (which is unfortunate for those with slow Internet, or bandwidth caps by their service plans). This new full size image will now be displayed instead.
There are some scenarios where disabling this threshold would be desired, though. Maybe you run a photography site that
needs to display original images, or your theme has full screen backgrounds.
This plugin disables the “BIG” image threshold and preserves the true originally uploaded image as the full size.
For more information on the improvements to image processing in WordPress 5.3, check out these developer notes on the Making WordPress Core blog.
Installation
- Upload this plugin to the
/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
Faq
This is brand new, so there are no questions that have been asked frequently yet!
Reviews
Works great on new uploads
By Emielb on September 1, 2022
Just what I needed! Works great!
By pointlineplane on March 30, 2021
My thanks
By carter39 on October 21, 2020
Awesome
By iamdeveloper (kelvinsklam) on September 27, 2020
Fixed wordpress bug
By luislema79 on July 17, 2020
Thank you.
By mgwalpole on June 18, 2020
YAY!!
By merv7555 on June 13, 2020
Got it working
By wcronin1 on June 3, 2020
Working on 5.4.1
By nickpastor on June 1, 2020
Works Perfectly on 5.4.1
By accunet on May 26, 2020
Changelog
1.0
- Hello world!