-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathreadme.txt
More file actions
executable file
·46 lines (31 loc) · 1.37 KB
/
Copy pathreadme.txt
File metadata and controls
executable file
·46 lines (31 loc) · 1.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
=== Canvas Image Resize ===
Contributors: sippsolutions
Donate link: https://www.paypal.me/sippert
Tags: image, upload, processing, canvas
Requires at least: 3.3.2
Tested up to: 7.0
Stable tag: 1.0.1
License: GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Re-sizes images right inside the browser BEFORE uploading them.
== Description ==
If you host your site in a poor environment, WordPress may fail uploading large images as the process of creating the different sizes and thumbnails takes a large amount of CPU usage.
With this Plugin the images are simply resized to a maximum dimension (of for example 1600 x 1600 pixels) right in your browser before uploading them.
The nice side effect is that unnecessary big images are resized to a fine size to still provide a usable, qualitative image.
Logo credits: Picture graphic by Flaticon from Freepik.
== Installation ==
1. Upload the folder "canvas-image-resize" to the `/wp-content/plugins/` directory of your installation, or install the plugin through the WordPress plugins screen directly.
2. Activate the plugin through the 'Plugins' screen in WordPress.
== Screenshots ==
1. The settings page.
== Changelog ==
= 1.0.1 =
* Translated the plugin in German.
= 1.0 =
* Implemented the functionality on media gallery page.
* Added settings page.
= 0.1 =
* Initial release
== Upgrade Notice ==
= 1.0 =
* Added settings page.