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 .
×

Images Link issue.

1774649996
Shey L'Ours
Pro
Sheet Author
I'm working on hosting images on my charsheet with Roll20. So i'm using link like : - url(' <a href="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/D&amp;Z-Apocalypse/images/bottom-background3.png" rel="nofollow">https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/D&amp;Z-Apocalypse/images/bottom-background3.png</a> ') And when this link is used on rolltemplate, it auto transform itself as : - url(' <a href="https://imgsrv.roll20.net/?src=https%3A//raw.githubusercontent.com/Roll20/roll20-character-sheets/master/D%26Z-Apocalypse/images/bottom-background3.png" rel="nofollow">https://imgsrv.roll20.net/?src=https%3A//raw.githubusercontent.com/Roll20/roll20-character-sheets/master/D%26Z-Apocalypse/images/bottom-background3.png</a> ') I'm assuming its standard. Since it does the same on another of my sheets : - border-image: url(' <a href="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Moonshine/PNG/BlocFrame33.png" rel="nofollow">https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Moonshine/PNG/BlocFrame33.png</a> '); Transformed into: - border-image: url(' <a href="https://imgsrv.roll20.net/?src=https%3A//raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Moonshine/PNG/BlocFrame33.png" rel="nofollow">https://imgsrv.roll20.net/?src=https%3A//raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Moonshine/PNG/BlocFrame33.png</a> '); But so why <a href="https://imgsrv.roll20.net/?src=https%3A//raw.githubusercontent.com/Roll20/roll20-character-sheets/master/D%26Z-Apocalypse/images/bottom-background3.png" rel="nofollow">https://imgsrv.roll20.net/?src=https%3A//raw.githubusercontent.com/Roll20/roll20-character-sheets/master/D%26Z-Apocalypse/images/bottom-background3.png</a>' is refusing to work, i'm running mad understanding why ? Do you have any idea ?
1774670844

Edited 1774734510
vÍnce
Pro
Sheet Author
My guess is the "&amp;" in the folder name is getting parsed by roll20&nbsp; as "%26"&nbsp; ie URL encoding.&nbsp; Looks like roll20's image server isn't handling the encoding properly...?&nbsp; I had a similar issue years ago when the github folder name had spaces in it. space was encoded to " %20 ". I had to rename the folder removing the space to get the image to work properly on roll20.&nbsp; I would send a help desk request.
1774689954
Shey L'Ours
Pro
Sheet Author
We had that kind of thing for the main folder a few month ago... also, it can be that... oh god. Alright, I'll send a mail, thanks Vince ;)