diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-10-15 14:18:40 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-10-15 14:18:40 -0700 |
commit | bf5a1f662a4f00e8376613fa387c843d539c7433 (patch) | |
tree | 8077cf749de57edd83885859698c27dba9f6a31a /doc | |
parent | d9753989bf63047051bc0fbfc6e2b438040acf85 (diff) | |
download | volse-hubzilla-bf5a1f662a4f00e8376613fa387c843d539c7433.tar.gz volse-hubzilla-bf5a1f662a4f00e8376613fa387c843d539c7433.tar.bz2 volse-hubzilla-bf5a1f662a4f00e8376613fa387c843d539c7433.zip |
generate all (non-square) photo scales - even if the original photo is smaller than the scale target sizes.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Widgets.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Widgets.md b/doc/Widgets.md index a225f5ef3..7acd9241b 100644 --- a/doc/Widgets.md +++ b/doc/Widgets.md @@ -88,7 +88,7 @@ Some/many of these widgets have restrictions which may restrict the type of page * photo_rand - display a random photo from one of your photo albums. Photo permissions are honoured * args: * album - album name (very strongly recommended if you have lots of photos) - * scale - typically 0 (original size), 1 (640px), or 2 (320px) + * scale - typically 0 (original size), 1 (1024px), 2, (640px), or 3 (320px) * style - CSS style string * channel_id - if not your own <br /> <br /> |