diff --git a/README.md b/README.md index 3fdd427..205128e 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,13 @@ If everything is setup properly, it should look something like this!:
## Notes This project was never meant to be public, but I decided there was no reason not to. Please do report any problems you encounter, and if there are any issues with the documentation, please let me know! +If an image is wider than 1:1, then discord automatically "zooms in" on the image. Sadly, the only high quality image for the game we can get from Steam is very wide, specifically its the title icon. To fix this, all images are funneled through "thumbor" +Currently I am using a self hosted instance of Thumbor for this, which automatically changes the image size so it fits in Discord. +The link to the Thumbor instance can be found here: +https://thumbor-production-0e82.up.railway.app/ +For getting the right image size, we use this url configuration: +`https://thumbor-production-0e82.up.railway.app/unsafe/fit-in/512x512/filters:fill(transparent)/[Link to the image]` + ## To-Do - [x] Pull images from steam directly