# Image Upload Size Limit

**Contributors:** tuanwoomec1688  
**Tags:** upload, image, limit, restriction  
**Requires at least:** 5.0  
**Tested up to:** 6.7  
**Requires PHP:** 7.2  
**Stable tag:** 1.0.0  
**License:** GPLv2 or later  
**License URI:** https://www.gnu.org/licenses/gpl-2.0.html  

## Description
This plugin allows you to set a maximum upload size for image files in WordPress. Prevents users from uploading excessively large images.

## Installation
1. Upload the plugin files to the `/wp-content/plugins/image-upload-size-limit/` directory, or install the plugin through the WordPress plugins screen directly.
2. Activate the plugin through the 'Plugins' screen in WordPress.
3. Go to 'Settings' -> 'Image Upload Limit' to configure the maximum upload size.

## Frequently Asked Questions
### How do I change the upload limit?
Navigate to the settings page under 'Settings' -> 'Image Upload Limit' and specify the maximum upload size in KB.

### Will this affect existing images?
No, this plugin only restricts new uploads.

## Changelog
### 1.0.2
- Improved error messages.
- Added support for dynamic size configuration.

### 1.0.1
- Initial release.

