Someone in a Discord server I am part of asked me if it was possible to make a resize script for maps, so I did some testing and came up with this script.  <a href="https://github.com/RobinKuiper/Roll20APIScripts/tr" rel="nofollow">https://github.com/RobinKuiper/Roll20APIScripts/tr</a>...   Thanks to  Bast L.  I have also added scaling of the entire page now.     Commands     !resizer [width] [height]  - Resizes the selected graphic(s).  !resizer page [width] [height] [?pixels]  - Resizes the page (add pixels add the end to resize in pixels instead of units).   !resizer  - Shows the Resizer menu (if there are graphics selected it also shows there current sizes).  !resizer page  - Shows the pages current size.   !resizer scale [amount] [up/down]  - Scales the page (and all objects on it) to the amount given.  !resizer fit [?keep_ratio]  - Fits the selected graphics to fit the page (handy for maps), add `keep_ratio` to the end to keep the aspect ratio of the selected graphic.  !resizer center [?horizontal] [?vertical]  - Center the selected graphic(s), add `h`, `hor` or `horizontal` for horizontal and `v`, `ver` or `vertical` for vertical centering.   !resizer help  - Shows the help menu.  !resizer config  - Shows the config menu.  !resizer menu  - Shows a menu to easily resize graphics/pages.