ImageSlideshow
This block consists of one or more images in a slideshow format.
About the Image Slideshow
The Image List block is used to display images in slide show format. The time interval between slides can be set as per the event's objective.
Creating an Image Slideshow Block
To create an Image Slideshow block, in the Venue Editor, click on "Add Blocks" button in the settings panel on the left, then choose "Image Slideshow" under the Images Category.
Block Settings
The main setting of the Image Slideshow block is the Add Image setting where you can insert your image(s). It is perfect for past event's showcases, speaker listing, etc,...
With every image set, a hyperlink can be added. This hyperlink can be linked to a LivePage within the virtual event or a customised link set by you. Simply toggle "Open in New Window" if you want this site to be opened on a new tab.
Autoscroll Feature is available and you can set the time interval between slides.
JSON Config
Attributes
Name | Type | Description | Common to All |
---|---|---|---|
Boolean | false | No | |
String | “4” | No | |
String | The cover image that you would want to set as default for the block. Eg: “https://files-myxp.s3-ap-southeast-1.amazonaws.com/livestream/default_background/Light_BG_1.png” | Yes | |
Boolean | Does not allow popup to occur when this field is true. | Yes | |
Object | Refer here. | Yes | |
Boolean | Only render background image when this field is true. | Yes | |
String | Sets the height of the block, only useful when | Yes | |
Boolean | Determines if the | Yes | |
String | Only needs to be specified when | Yes | |
Boolean | Value of true would result in the block being wrapped with a white background. | Yes | |
Object | Refer here. | Yes | |
Array | [“0”, “0”, “0”, “0”, “px”]Last index can be: “px”, “rem”, “em”, “%”, “”. | Yes | |
String | [“0”, “0”, “0”, “0”, “px”] Last index can be: “px”, “rem”, “em”, “%”, “”. | Yes | |
Boolean | Setting this field to true would result in | Yes | |
String | “heading” | Yes | |
Enum | "center" | "left" | Yes | |
Boolean | true | Yes | |
Array | Refer here. | No | |
Integer | 1 | Yes | |
String | “0px”. Units can be: px, em, rem, %. | No | |
Enum | Renders the block width styling based on the value selected. Only when “custom” is selected, | Yes |
Sample
"image-slideshow-block": {
"type": "ImageSlideshow",
"title": "Our Products",
"data": {
"heading": "Our Products",
"title": "Our Products",
"headingVisibility": true,
"headingAlignment": "center",
"autoScrollEnabled": true,
"autoScrollTimeInterval": "30",
"isSlideshow": true,
"spaceBetweenImages": "0px",
"images": [
{
"url": "https://venues-sdk.gevme.com/assets/slideshow-default.png"
},
{
"url": "https://venues-sdk.gevme.com/assets/slideshow-default.png"
},
{
"url": "https://venues-sdk.gevme.com/assets/slideshow-default.png"
},
{
"url": "https://venues-sdk.gevme.com/assets/slideshow-default.png"
}
],
"order": 7,
"alignment": "left",
"blockWidth": "100%",
"blockHeight": "420px",
"widthType": "full",
"fitHeightToContent": false,
"boundingBox": false,
"contentPadding": ["16", "16", "16", "16", "px"],
"contentMargin": ["29", "0", "0", "0", "px"]
}
}