=== Disable Native Image Compression === Contributors: Nithin Jawahar Tags: images, upload, disable image compression Requires at least: 5.2 Tested up to: 5.3 Requires PHP: 5.6 Stable tag: 1.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Disables the Image Compression introduced by wordpress in WordPress 5.3. == Description == In WordPress 5.3, When an image is uploaded that exceeds the 2560px, a new "full" size image is generated. This image is compressed and used instead of the true original image. This plugin disables the image threshold and keeps the originally uploaded image as the full size. == Installation == 1. Upload this plugin to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress == Frequently Asked Questions == This plugin was just released, so there are no questions that have been asked frequently yet! == Changelog == = 1.0 = * Hello world!