Skip to main content

GameInfoImages

baseURLstringrequired

Image's base URL

Example: https://cdn.swipegames.io/images/sg_catch
squarestringrequired

Path to square image. 1:1 aspect.

Example: /square.png
horizontalstringrequired

Path to horizontal image. 4:3 aspect.

Example: /horizontal.png
horizontal_337x181string

Path to horizontal image. 337:181 aspect.

Example: /horizontal_337x181.png
widescreenstringrequired

Path to widescreen image. 16:9 aspect.

Example: /widescreen.png
verticalstringrequired

Path to vertical image. 3:4 aspect.

Example: /vertical.png
GameInfoImages
{
"baseURL": "https://cdn.swipegames.io/images/sg_catch",
"square": "/square.png",
"horizontal": "/horizontal.png",
"horizontal_337x181": "/horizontal_337x181.png",
"widescreen": "/widescreen.png",
"vertical": "/vertical.png"
}