Skip to content

Commit 8dbe121

Browse files
rachelsaunderslaurenzlong
authored andcommitted
[storage-resize-images] Move "how param works" link to IMG_SIZES parameter (#51)
1 parent f01cf23 commit 8dbe121

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

storage-resize-images/extension.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@ params:
106106
label: Sizes of resized images
107107
description: >
108108
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).
110111
default: "200x200"
111112
example: "200x200"
112113
validationRegex: ^\d+x(\d+,\d+x)*\d+$
@@ -121,8 +122,7 @@ params:
121122
if you specify a path here of `thumbs` and you upload an image to
122123
`/images/original.jpg`, then the resized image is stored at
123124
`/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.
126126
example: thumbnails
127127
required: false
128128

0 commit comments

Comments
 (0)