Horizontal Split
Horizontal split (h-split
) is a layout that divides the screen into two sections, side by side. The left section is referred to as “A” and the right section as “B”. Each section can contain any engine, including another layout, allowing for complex arrangements of content.
h-split: a: image: src: placeholders/example-ad.webp aspectRatioBehavior: contain b: generator: color-bars
This layout will display the example ad on the left side of the screen and color bars on the right side.
Properties
Section titled “Properties”a
required
Section titled “a ”Type: content engine
The content to display in the left section of the screen. This can be any engine, including another layout.
b
required
Section titled “b ”Type: content engine
The content to display in the right section of the screen. This can be any engine, including another layout.