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

Cards too small in hand

I'm using a custom deck that I scanned and uploaded, and my players have complained that the cards when shown in their hand are too small, and clicking on each one to see it is too tedious, they need to be able to see them all at once. I came up with a work-around of setting a user defined style sheet to override the max width and height on ".hand .handcontainer .cardinhand img" but that's not a very user friendly work-around.
1464230938

Edited 1464231114
Gold
Forum Champion
Hi Tim, Card Size On Tabletop, is one of the settings of a Card Deck, that can be edited by the GM on the card deck's dialog box. Wiki docs for this, <a href="https://wiki.roll20.net/Card_Decks_and_Rollable_Ta" rel="nofollow">https://wiki.roll20.net/Card_Decks_and_Rollable_Ta</a>... Please post again if this does not resolve the appearance that you're looking for. P.S. I do understand you are asking about the size of the cards in their hand, not when played on the tabletop. Are you showing the card fronts or backs in their hand? Take a look on the video tutorial too,&nbsp; <a href="https://www.youtube.com/watch?v=kKGlqLF096g" rel="nofollow">https://www.youtube.com/watch?v=kKGlqLF096g</a>
That you for your response. I'm referring to the front of the cards. As for as I know, players always see the front of their own cards. Besides, since there's only one back image, the players are already familiar with it.&nbsp; There's doesn't seem to be a feature to control how big the cards appear in the hand. Neither the 10 minute youtube video nor the wiki page mentions that. &nbsp;The cards are already the right size if they're dragged to the table top, or if you click on one in the hand to see the larger version. The Traitor deck in the youtube video is a good example of the problem. The cards contain a lot of text which is hard to read from your hand. If you understand that I'm talking about the size of the cards in their hands, then I don't understand why you responded with how to change the size of the cards on the table, and gave me links which also only tell me how to change the size of the card on the table.
1464299871
Pat S.
Forum Champion
Sheet Author
Let's help get everyone on the same page of what you are wanting to know You are referring to the card in hand view correct?
1464300520

Edited 1464300643
You can accomplish this by customizing the in-game CSS with the help of a third-party browser extension (e.g. Stylish): .cardinhand img { &nbsp;&nbsp; &nbsp;max-width: 100% !important; } Usage: 1. Install Stylish for Firefox or Chrome. 2. Save the code above as a New Style. 3. That should be it! Please let me know if you have any further questions.
1464303014
Pat S.
Forum Champion
Sheet Author
Silvyre said: You can accomplish this by customizing the in-game CSS with the help of a third-party browser extension (e.g. Stylish): .cardinhand img { &nbsp;&nbsp; &nbsp;max-width: 100% !important; } Usage: 1. Install Stylish for Firefox or Chrome. 2. Save the code above as a New Style. 3. That should be it! Please let me know if you have any further questions. but don't each player and GM have to do that?
1464303299

Edited 1464303335
Pat S. said: 1. Install Stylish for Firefox or Chrome. 2. Save the code above as a New Style. but don't each player and GM have to do that? Anyone who would like to make this adjustment would have to do so, yes.
Pat S.: Yes, I'm referring to the "Card In Hand", the place where you see all 5 cards together, with the label "Playing Cards". The things labeled "Front of Card" and "Back of Card" are fine. Silvyre: Please read my original post again, as it contained custom CSS similar to what you posted. So I already said I'm doing something similar as a work-around. And yes, each player would have to do that.
1464303700

Edited 1464303770
Yeah, that's really the only workaround.&nbsp;Sorry. Stylish makes it a bit more user-friendly, in my opinion.