Images
Television Simulator can display any image your browser can render.
image: /content/images/my-image.jpg
image: src: /content/images/my-image.jpg aspectRatioBehavior: cover
Properties
Section titled “Properties”src
shorthand required
Section titled “src ”Type: string
The URL of the image to display, relative to the content root or absolute.
aspectRatioBehavior
Section titled “aspectRatioBehavior”Type: cover | contain
| stretch
| repeat
| blur
How the image should be displayed in relation to the screen size. contain
will fit the image inside the screen, cover
will fill the screen while cropping the image, stretch
will stretch the image to fill the screen, repeat
will tile the image, and blur
will apply a blur effect to edges of the image.