Closed NickGeek closed 2 years ago
Note: This only applies to image
elements. Files are left as they are originally. In the future I may switch from syncing everything as PNGs to image/webp with a high quality setting to see if we can save some people's bandwidth there.
Images being displayed at like 500x500 are being stored in original resolution. This PR changes the image on-the-fly as its synced. The original is kept unmodified so the initial getting-the-size right shouldn't cause any loss in quality.
Closes #385