Hey, I recently ran into this issue where images won’t show up when using an external hosting. In short i want to be able to host the images offsite so you don’t have to download 200mb when joining the server. So i am using a webserver that just serves the images needed this is al working correctly. But now while implementing the images don’t show up. See the example below on how i did it.
This is what i used while testing.
<img src="vehicles/bmci/7.png">
This is what i want to change to
<img src="http://*.com/vehicles/bmci/7.png">
I already thought of making a javascript request and than using a base64 as source but this seams overcomplicated there should be an easier way!
Thanks!