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

Does anyone know a CSS style trick or a method to zoom in on the "choose a card" function?

I would like to be able to see my cards more clearly within my deck but I cannot "zoom in" on them when choosing from the deck. Is there a CSS stylebot trick or something of such?
1453068208

Edited 1453143452
vÍnce
Pro
Sheet Author
You might be able to also use your browser's zoom feature temporarliy when choosing a card. (CTRL+m.wheel) You can add this to stylish or similar css editing extension.  Adjust as needed.  Good luck. .hand .handcontainer .cardinhand img { max-height: 250px; max-width: none; }
1453131862

Edited 1453131879
Alternatively you can install something like the Hoverzoom extension for Chrome. That's been my method for a while now.
1453143101

Edited 1453143764
vÍnce
Pro
Sheet Author
Darpeh said: Alternatively you can install something like the Hoverzoom extension for Chrome. That's been my method for a while now. I use hoverzoom, but it doesn't seem to work for the cards when displaying the deck to pick a card... Does it work for you?  Thanks btw: I updated the css above to include  max-width: none; without css with css from above
Yeap! Both methods worked for me. Thanks guys, these are perfect!