Plugin Directory

Changeset 568398


Ignore:
Timestamp:
07/06/2012 06:25:56 PM (14 years ago)
Author:
sbutze
Message:

updated readme.txt

Location:
wp-image-size-limit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-image-size-limit/tags/1.0.2/readme.txt

    r568393 r568398  
    1010
    1111Adds a new setting under Settings -> Media where an admin can set a maximum upload file size to image files.
     12
     13== Description ==
     14
     15Many users do not compress or resize their images before uploading them into a post, and oftentimes WordPress's maximum upload limit of 2MB-10MB is still too large to prevent the insertion of photos that can signficantly slow down a website.
     16
     17WP Image Size Limit allows an administrator to set a custom file size limit that is specific to image files and smaller than WordPress's general file size limit.
     18
     19This is especially useful when you need to put tighter restriction on image uploads but want to preserve the ability to upload larger files of other formats (audio, video, etc.).
     20
     21== Screenshots ==
     22
     231. The limit can be set in the Media panel under Settings.
     242. The media uploader will display both limits.
  • wp-image-size-limit/trunk/readme.txt

    r568393 r568398  
    1010
    1111Adds a new setting under Settings -> Media where an admin can set a maximum upload file size to image files.
     12
     13== Description ==
     14
     15Many users do not compress or resize their images before uploading them into a post, and oftentimes WordPress's maximum upload limit of 2MB-10MB is still too large to prevent the insertion of photos that can signficantly slow down a website.
     16
     17WP Image Size Limit allows an administrator to set a custom file size limit that is specific to image files and smaller than WordPress's general file size limit.
     18
     19This is especially useful when you need to put tighter restriction on image uploads but want to preserve the ability to upload larger files of other formats (audio, video, etc.).
     20
     21== Screenshots ==
     22
     231. The limit can be set in the Media panel under Settings.
     242. The media uploader will display both limits.
Note: See TracChangeset for help on using the changeset viewer.