Skip to main content

Background Images

Enhance with background images.

Global Background

const config = {
background_image: "assets/stadium.jpg",
background_opacity: 0.3,
background_fit: "cover"
};

Block-Level Background

{
blocks: [{
id: "vip-section",
background_image: "assets/vip-lounge.jpg",
background_opacity: 0.6,
background_fit: "cover",
seats: [...]
}]
}

See Configuration for all background options.