This activity resizes images.
Parameters
Input parameters
Parameter | Description | Example |
listItemUrl (required) | String.A relative way to the image. | /sites/mySite/MyDocLib/Image_001.png; [%CurrentItem:Server Relative URL%] |
siteUrl (optional) | StringAn absolute way to the image’s site. If not defined, current site will be used. | https://mycompany/sharepoint.com/sites/site001 |
newWidth (required) | IntNew image width. | |
newHeight (required) | IntNew image height. | |
smartCropping (required) | Boolean.Use smart crop to keep aspect ratio | True, False. |
destFolderUrl (optional) | StringA relative way to a folder to save resized image. If not defined, current folder will be used. | /sites/MySite/MyDocLib/Folder 001 |
Example