File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,8 @@ params:
106
106
label : Sizes of resized images
107
107
description : >
108
108
What sizes of images would you like (in pixels)? Enter the sizes as a
109
- comma-separated list of WIDTHxHEIGHT values.
109
+ comma-separated list of WIDTHxHEIGHT values. Learn more about
110
+ [how this parameter works](https://firebase.google.com/products/extensions/storage-resize-images).
110
111
default : " 200x200"
111
112
example : " 200x200"
112
113
validationRegex : ^\d+x(\d+,\d+x)*\d+$
@@ -121,8 +122,7 @@ params:
121
122
if you specify a path here of `thumbs` and you upload an image to
122
123
`/images/original.jpg`, then the resized image is stored at
123
124
`/images/thumbs/original_200x200.jpg`. If you prefer to store resized
124
- images at the root of your bucket, leave this field empty. Learn more about
125
- [how this parameter works](https://firebase.google.com/products/extensions/storage-resize-images).
125
+ images at the root of your bucket, leave this field empty.
126
126
example : thumbnails
127
127
required : false
128
128
You can’t perform that action at this time.
0 commit comments