Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Players Resize Cards

Is there a way to let players resize the cards on the table so that they can read them when they need to?
1501690297
The Aaron
Pro
API Scripter
You can install TokenMod and give them this macro: !token-mod --set width|*4 height|*4 (adjust as needed to get the scale desired)
1501700472
Finderski
Plus
Sheet Author
Compendium Curator
You can also set the size of the cards when played in the Deck settings so they are always legible...
THANK YOU! I assume there is a way to put it back to 100%?
1502910460
The Aaron
Pro
API Scripter
It doesn't really have a concept of what regular size is, but you could certainly scale it by a fraction: !token-mod --set width|*.25 height|*.25
I just made a "zoom in" and a "zoom out" macro and made them token actions, since I bet there is no easy way to make that one button.
1502911386

Edited 1502911424
Ziechael
Forum Champion
Sheet Author
API Scripter
Sure: !token-mod --set width|?{Zoom|In,*4|Out,*.25} height|?{Zoom}
1502912607
The Aaron
Pro
API Scripter
Not really.  I could whip something up pretty easily though that would let you do it in one...
1502912643
The Aaron
Pro
API Scripter
Ziechael said: Sure: !token-mod --set width|?{Zoom|In,*4|Out,*.25} height|?{Zoom} Well, that would work, but I think they mean "1 click" more than "1 button"...