Link Search Menu Expand Document

Type: “ImageList”

Usage

This block can display one or more images in a horizontal listing format. It can be used for showing sponsor images.

Attributes

Key Value Type Example
images :[
{
link
url
}, … ]
Array

String
String

can contain multiple images

“https://www.gevme.com/page/….”
“https://files-myxp.gevme.com/….”

spaceBetweenImages String “0px”
Units can be: px, em, rem, %.

This block also support all the common attributes.

Example

"backgroundCoverImage": "https://files-myxp.s3-ap-southeast-1.amazonaws.com/livestream/default_background/Light_BG_1.png"
"backgroundCoverImageVisibility": false
"blockHeight": "300px"
"blockVisibility": true
"blockWidth": "100%"
"boundingBox": false
"contentMargin": ["40", "0", "0", "0", "px"]
"contentPadding": "0px"
"fitHeightToContent": true
"heading": "Images"
"headingVisibility": true
"images": [
    {
        "link": "https://www.gevme.com/page/sponsor-booth-Q8DtD",
        "url": "https://files-myxp.gevme.com/LmnyXMh5ZHudkdLGA7bOlQg8M/60dd966f39ec4800494eabbe/TZ0vE/slideshow-default.png"
    },
    {
        "link": "https://www.gevme.com/page/sponsor-booth-Q8DtD",
        "url": "https://files-myxp.gevme.com/LmnyXMh5ZHudkdLGA7bOlQg8M/60dd966f39ec4800494eabbe/TZ0vE/slideshow-default.png"
    },
]
"spaceBetweenImages": "24px"
"title": "Images"
"type": "Image"
"widthType": "half"

Screenshot