Changeset 1680664
- Timestamp:
- 06/18/2017 03:06:40 PM (9 years ago)
- Location:
- delete-original-image/trunk
- Files:
-
- 2 edited
-
README.md (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
delete-original-image/trunk/README.md
r1680648 r1680664 13 13 == Description == 14 14 15 Delete Original Image is a Wordpress plugin to delete the the original image file uploaded. The problem that solves,15 Delete Original Image is a Wordpress plugin to delete the the original image file uploaded. 16 16 17 is that the original image file is usually huge (can be >6MB if it is a photograph) and it is never published on the pages 18 19 so there is no need to keep it on your server, and it it a must to delete it, if you have limited storage space and you are uploading 20 21 tons of pictures. 17 The problem that solves, is that the original image file is usually huge (can be >6MB if it is a photograph) and it is never published on the pages, so there is no need to keep it on your server, and it it a must to delete it, if you have limited storage space and you are uploading tons of pictures. 22 18 23 19 The plugin gives you the option to enable/disable this, to be done automatically when you upload an image. … … 25 21 And/or you can do it in bulk for all your previously uploaded images. 26 22 27 Specifically, this plugin copy the 'large' image ( i.e: your-pic-1038x576.jpg ) to the original file path ( i.e.: your-pic.jpg ) , doing so,23 Specifically, this plugin copy the 'large' image ( i.e: your-pic-1038x576.jpg ) to the original file path ( i.e.: your-pic.jpg ). 28 24 29 Nothing should brake, all other plugins should keep working, but you need to know that the original image is no longer available on your site .25 Nothing should brake, all other plugins should keep working, but you need to know that the original image is no longer available on your site, so please do a backup if you think you may need the original images in the future. 30 26 31 27 == Installation == -
delete-original-image/trunk/readme.txt
r1680648 r1680664 13 13 == Description == 14 14 15 Delete Original Image is a Wordpress plugin to delete the the original image file uploaded. The problem that solves,15 Delete Original Image is a Wordpress plugin to delete the the original image file uploaded. 16 16 17 is that the original image file is usually huge (can be >6MB if it is a photograph) and it is never published on the pages 18 19 so there is no need to keep it on your server, and it it a must to delete it, if you have limited storage space and you are uploading 20 21 tons of pictures. 17 The problem that solves, is that the original image file is usually huge (can be >6MB if it is a photograph) and it is never published on the pages, so there is no need to keep it on your server, and it it a must to delete it, if you have limited storage space and you are uploading tons of pictures. 22 18 23 19 The plugin gives you the option to enable/disable this, to be done automatically when you upload an image. … … 25 21 And/or you can do it in bulk for all your previously uploaded images. 26 22 27 Specifically, this plugin copy the 'large' image ( i.e: your-pic-1038x576.jpg ) to the original file path ( i.e.: your-pic.jpg ) , doing so,23 Specifically, this plugin copy the 'large' image ( i.e: your-pic-1038x576.jpg ) to the original file path ( i.e.: your-pic.jpg ). 28 24 29 Nothing should brake, all other plugins should keep working, but you need to know that the original image is no longer available on your site .25 Nothing should brake, all other plugins should keep working, but you need to know that the original image is no longer available on your site, so please do a backup if you think you may need the original images in the future. 30 26 31 27 == Installation ==
Note: See TracChangeset
for help on using the changeset viewer.