Skip to content

Images

Image engine in action

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

src shorthand required

Section titled “src ”

Type: string

The URL of the image to display, relative to the content root or absolute.


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.

Type: boolean

Since: TVS 5.8.0

Description: Whether to display the image with a pixelated effect. This can be useful for low-resolution images or pixel art. The default value is false.