=== Scale Large Image Threshold ===
Contributors: shaharia.azam
Donate link: https://paypal.me/previewtechsllc
Tags: image-scaling, large-image, image-upload,image-processing
Requires at least: 5.3
Tested up to: 5.4.1
Stable tag: 1.2
Requires PHP: 5.6
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Control scaling of big images in Wordpress using big_image_size_threshold filter. Image will be scaled forcefully when it will reach this threshold. Useful to control large images in Wordpress.

== Description ==

There are lots of use cases when you upload raw images or large images in your Wordpress site. Most of the time it happens if you upload images from your smartphone or DSLR camera that has large resoluation.
So if you just upload raw image in your Wordpress site, you may need to scale it down automatically for you.

In that case, with this **Scale Large Image Threshold** plugin you can set your threshold. When any image will reach this threshold, it will be automatically scaled down to your preferred size. So you don't need
to re-size your large images before uploading to Wordpress. Keep capturing your moments and upload. This plugin will help you to resize your image as you want.

== Installation ==

Installation of this plugin is so simple.

1. Upload the plugin files to the `/wp-content/plugins/scale-large-image-threshold` directory, or install the plugin through the WordPress plugins screen directly.
2. Activate the plugin through the 'Plugins' screen in WordPress
3. After installing go to Settings -> Media and change the values from **Set threshold limit when to scale down image**

== Frequently Asked Questions ==

= How can I disable this large image scaling threshold feature completely? =

From the settings page, just mark it as **disable**. And this new Wordpress feature will be completely disabled for you.

== Screenshots ==

1. Configuration Page

== Changelog ==

= 1.2 =
* Compatibile with latest WordPress

= 1.1 =
* Disabling scale large image threshold checkbox bug fixed

= 1.0 =
* Initial release.