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
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -122,6 +122,16 @@ context
122
122
| albums | null | Albums from where the images are picked. |
123
123
124
124
125
+
### Image properties
126
+
127
+
Once image is picked some options can be applied to it before it is used:
128
+
129
+
| Option | Default | Description |
130
+
| --- | --- | --- |
131
+
| maxWidth | null | Image max width |
132
+
| maxHeight | null | Image max height |
133
+
| aspectRatio | fit | iOS only. Possible values are `fit` and `fill`. [Read more](https://developer.apple.com/documentation/photos/phimagecontentmode) |
0 commit comments