Skip to main content

GameInfoImages

baseURLstringrequired

Image's base URL

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

Path to square image. 1:1 aspect.

Example: /square.png
horizontalstringrequired

Path to horizontal image. 4:3 aspect.

Example: /horizontal.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_97",
"square": "/square.png",
"horizontal": "/horizontal.png",
"widescreen": "/widescreen.png",
"vertical": "/vertical.png"
}