You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-4Lines changed: 11 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,12 @@ Image Resizer works for all Asset Sources: Local, Rackspace Cloud Files, Amazon
14
14
- Enable/Disable resizing images on upload. Enabled by default.
15
15
- Set the maximum width/height (in pixels) for uploaded images. Set to 2048px by default.
16
16
- Set the quality for resized images between 0-100. Set to 100 by default.
17
-
- Select which Asset sources you want resizing to be performed on.
17
+
- If resizing results in a larger image, choose to ship. Enabled by default.
18
+
19
+
All the above options can be modified per-asset source.
20
+
21
+
- Bulk resizing for asset folders.
22
+
- Cropping aspect ratios.
18
23
19
24
20
25
## Resizing
@@ -36,16 +41,20 @@ You'll be presented with a warning screen advising that the selected images will
36
41
37
42
Under the hood, the batch processing is run through Craft's Tasks service, which will allow you to process plenty of images at once, without timing out or running into memory issues.
38
43
44
+
Additionally, using the plugin settings page (Bulk Resize tab), you can bulk-resize all assets in a single folder.
45
+
39
46
40
47
## Cropping
41
48
42
49
You can crop any image through the Assets Index screen, by clicking on the Actions button, and selecting Crop image. You can only crop one image at a time. There are several preset options related to the aspect ratio to control how cropping is controlled, and are selected through the Crop modal window.
43
50
44
51
Activating the cropping interface upon upload of new images is on the Roadmap, and will be released soon.
45
52
53
+
You can manage these aspect ratios through the plugin settings page, including removing/renaming existing options, or adding your own.
0 commit comments