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

Best way to use static images on the sheet

1597244226
Daniel T.
Sheet Author
Translator
Hi, I'm making a new char sheet and saw on the docs, that it is better practice to store the images on github. But, what would be the correct URL to the image on my repo so I can pull request my branch with the already right URLs? For instance, let´s say I have this image on my project on github: roll20-character-sheets/MySheet/imgs/logo.png Then what would be the right URL to put on my css and html sheet files? Thanks.
1597248792
Daniel T.
Sheet Author
Translator
Well, I guess I've found out. The URL is like this: " <a href="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/[Sheet" rel="nofollow">https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/[Sheet</a> &nbsp;Folder]/[image-folder]/[image-file]" So, in my example it would be: "<a href="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/MySheet/imgs/logo.png" rel="nofollow">https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/MySheet/imgs/logo.png</a>"
1597249197
Andreas J.
Forum Champion
Sheet Author
Translator
<a href="https://wiki.roll20.net/Building_Character_Sheets#Images" rel="nofollow">https://wiki.roll20.net/Building_Character_Sheets#Images</a>