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

Enlarge picture size on chat

Is there a way to make the avatar on chat bigger? kinda like this (photoshop effect)
1483406018
Scott C.
Forum Champion
Sheet Author
API Scripter
Compendium Curator
nope, you could use markdown formatting to drop an image into chat. [meaningless text](url.jpg/.png/.gif) The image will be dropped in at its native size or resized so its width is that of the chat window.
1483415761
Lithl
Pro
Sheet Author
API Scripter
Scott C. said: [meaningless text](url.jpg/.png/.gif) It's not entirely meaningless. The text is the alt attribute for the image, which is used by screen readers or any browser that won't render the image (for any reason) to give meaning to the image when the image itself can't be viewed.
1483417481
Scott C.
Forum Champion
Sheet Author
API Scripter
Compendium Curator
Ah, thanks for the clarification Brian
1483420426

Edited 1516456354
Silvyre
Forum Champion
You can accomplish this by customizing the in-app CSS with the help of a third-party browser extension (e.g. Stylish): @-moz-document url-prefix("<a href="https://app.roll20.net/editor/" rel="nofollow">https://app.roll20.net/editor/</a>"), url-prefix("<a href="https://app.roll20dev.net/editor/" rel="nofollow">https://app.roll20dev.net/editor/</a>") { &nbsp; .textchatcontainer .avatar img { &nbsp;&nbsp;&nbsp; max-width: 50px; &nbsp;&nbsp;&nbsp; max-height: 50px; &nbsp; } &nbsp; .textchatcontainer .by, .textchatcontainer .tstamp { &nbsp;&nbsp;&nbsp; margin-left: -13px; &nbsp; } &nbsp; .textchatcontainer .message { &nbsp;&nbsp;&nbsp; padding-left: 60px; &nbsp; } } After installing Stylish for Firefox or Chrome , save the code above as a New Style.
1483426802
Gold
Forum Champion
Using the Roll20 API (Pro subscriber feature), the ColorEmote script by The Aaron can do this. Installing that script allows you to choose chat-display token/portrait or avatar Sizes: small, medium, large, huge, gargantuan, and colossal. <a href="https://app.roll20.net/forum/post/2972233/script-c" rel="nofollow">https://app.roll20.net/forum/post/2972233/script-c</a>... <a href="https://app.roll20.net/account/supporter" rel="nofollow">https://app.roll20.net/account/supporter</a>