Image

Field Type Description
resolutions [Resolution] Array of Resolution
white_background Bool Optional. A boolean value

Examples

Example 1

{
    "resolutions": [
        {
            "src": "https://example.com",
            "width": 600,
            "height": 350
        },
        {
            "src": "https://example.com",
            "width": 600,
            "height": 350
        },
        {
            "src": "https://example.com",
            "width": 600,
            "height": 350
        }
    ],
    "white_background": false
}
Version update available Please adjust your integration to the latest stable version (1.9.0)
0.2.2 stable