Try it
Pick or type a map name, choose a width, and copy the ready-to-use URL.
Suggestions come from maps already on the server
Max 2000px
Your image URL
https://i.csspanel.dev/maps/de_dust2?width=400Live result
Drop it into your project
The URL above is a plain image — use it anywhere you'd use an image source.
<img src="https://i.csspanel.dev/maps/de_dust2?width=400" alt="de_dust2" />Endpoint reference
GET https://i.csspanel.dev/maps/{name}
| Parameter | Type | Description |
|---|---|---|
name (path) | string | The map name, e.g. de_dust2. Case-insensitive. |
width | number | Resize to this width, keeping aspect ratio. Defaults to 400 when no size is given. Clamped to 2000px. |
height | number | Resize to this height, keeping aspect ratio. Clamped to 2000px. |
fallback | string | A map name to serve instead if the requested map doesn't exist. |
Output: optimized WebP, never upscaled past the stored image.
Caching: responses are cached for 24h and support ETag revalidation, so they're cheap to hotlink.
List maps: GET https://i.csspanel.dev/maps returns every available map name as JSON.
Missing a map?
Upload it and help everyone — submissions are reviewed before going live.