https://github.com/d9k/wp-upload-max-image-size
WordPress Plugin which allows to configure image upload size limit and bypass it for file names with ".big" before extension
https://github.com/d9k/wp-upload-max-image-size
wordpress wordpress-plugin
Last synced: 18 days ago
JSON representation
WordPress Plugin which allows to configure image upload size limit and bypass it for file names with ".big" before extension
- Host: GitHub
- URL: https://github.com/d9k/wp-upload-max-image-size
- Owner: d9k
- Created: 2026-05-09T15:30:03.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-11T10:26:31.000Z (about 2 months ago)
- Last Synced: 2026-06-14T19:41:48.659Z (18 days ago)
- Topics: wordpress, wordpress-plugin
- Language: PHP
- Homepage:
- Size: 88.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Upload Max Image Size WordPress Plugin
A simple WordPress plugin which limits the image upload size.
Forked from [TiffanyE94/MediaUploadLimit at a29cd6b5ce22e656ef32aad6c765c3ed507d9f5b](https://github.com/TiffanyE94/MediaUploadLimit/tree/a29cd6b5ce22e656ef32aad6c765c3ed507d9f5b).
Used code from [WP-Max-Upload-Limiter](https://github.com/iPublicis/WP-Max-Upload-Limiter) by [iPublicis](https://github.com/iPublicis).
## Features
- Configurable limit at `/wp-admin/options-general.php?page=UploadMaxImageSize`
- To bypass the size limit for specific images, rename the file to include `.big` before the extension (for example `my-map.big.jpg`).
## Installation
To install copy files from `src/` directory to new `wp-content/plugins/upload-max-image-size/` directory of your WordPress site. Activate the plugin.
## Development
### Translation
```
wp i18n make-pot wp-content/plugins/upload-max-image-size
msgfmt -o upload-max-image-size-ru_RU.mo upload-max-image-size-ru_RU.po
```