Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 579 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 579 Bytes

WP Image Size Limit

This is a fork of the original plugin, with these changes:

MIME Type Pattern

Added option to limit the upload size only for the specified MIME types based on a regular expression pattern. It defaults to "/^image//", which means anything starting with "image/", e.g. it will only enforce the size limitation to "image/png", "image/jpeg", "image/foobar", but not "application/something".