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

Choose Cards: Can't read them

I need to give players specific cards (Cthulhu Confidential). Choose lets me see tiny blury versions I can't read. Is there some way to read the cards I'm choosing?
1494501366
The Aaron
Pro
API Scripter
You can use the Stylish Plugin for chrome to make the display of cards in hand (I assume that's what you're talking about with "Choose", if not let me know) much larger: Here is a stylish file that you can import to do this: @-moz-document domain("app.roll20.net") { #playerzone .deckhands .hand .handcontainer {     width: 600px !important; } .hand .handcontainer .cardinhand img {     max-width: 200px !important;     max-height: 400px !important;          } }
Pretty sure he's talking about the window that pops up when you select Choose on a deck. The images are soooo tiny you can't see them worth a damn.
1494501882
The Aaron
Pro
API Scripter
That's what I was thinking at first, but I couldn't find that option. Where should I be looking?
You have to edit the deck options to allow it GM and/or players to choose a card instead of drawing.
1494502606

Edited 1494502622
The Aaron
Pro
API Scripter
Ah!  Thanks Sky HB! As it turns out, those use the same style, so the above will work for them as well: