Image (Developer)

Image (Developer)

Type Name
Image
Usage
The block displays an image by itself. It can also be converted to an image list.
Icon
Screenshots
Type
Content
Content Category
Images

About the Image

The Image block is used to display a static image by itself. This can be converted into an image list, too.

Creating the Image Block

To create an Image block, in the Venue Editor, click on "Add Blocks" button in the settings panel on the left, then choose "Image" under the Images Category.

image

Block Settings

The main setting of the Image block is the Add Image setting where you can insert your image(s).

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.

JSON Config

Attributes

🗃️
Block Attributes

NameTypeDescriptionCommon to All
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 fitHeightToContent is false. Eg: “200px”, “2rem”Units can be: px, em, rem, %.
Yes
Boolean
Determines if the block visibility should be rendered by default.
Yes
String
Only needs to be specified when widthType is “custom”. Eg: “100%”Units can be: px, em, rem, %.
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 blockHeight to have a predetermined value.
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, blockWidth needs to be specified. Eg: “full” | “half” | “custom” | “fit-content”
Yes

Sample

"image-block": {
	"type": "Image",
	"title": "Image Block",,
	"data": {
		"heading": "Panel2",
		"headingVisibility": false,
		"headingAlignment": "center",
		"images": [
			{
				"url": "https://venues-dev.gevme.com/3845e922-4615-450e-9bbb-9acd73c591ad/home/media/panorama_30CE60B6_3EAD_CF6F_41B7_7DC9EEB66B63_HS_swpjn8y7.png"
			}
		],
		"spaceBetweenImages": "0px",
		"order": 2,
		"alignment": "left",
		"backgroundCoverImage": "https://venues-sdk-dev.gevme.com/assets/venue-redrock/home/panel2.png",
		"backgroundCoverImageDimension": { "width": 1000, "height": 500 },
		"backgroundCoverImageDistortion": {
			"topLeft": ["0, 0", "18, 16"],
			"bottomLeft": ["0, 500", "7, 235"],
			"bottomRight": ["1000, 500", "497, 229"],
			"topRight": ["1000, 0", "480, 7"]
		},
		"blockWidth": "100%",
		"blockHeight": "100%",
		"blockVisibility": false,
		"fitHeightToContent": false,
		"boundingBox": false,
		"contentMargin": ["0", "0", "0", "0", "px"],
		"contentPadding": ["0", "0", "0", "0", "px"]
	}
}