Link Search Menu Expand Document

Type: “ImageSlideshow”

Usage

This block consists of one or more images in a slideshow format.

Attributes

Key Value Type Example
autoScrollEnabled Boolean false
autoScrollTimeInterval String “4”
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

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

Screenshot