Skip to content

Layouts

Settings

Key Value
CONFIG layout
ENV KIOSK_LAYOUT
URL layout
VALUE single | portrait | landscape | splitview | splitview-landscape
DEFAULT single
Using with config.yaml file
layout: single
Using with ENV in your docker-compose file
environment:
KIOSK_LAYOUT: single
Using with url queries
http://{URL}?layout=single

This is the standard layout that displays one image at a time, regardless of orientation. It works with both portrait and landscape images.

Kiosk theme fade

This layout displays one portrait-oriented image at a time.

This layout displays one landscape-oriented image at a time.

When a portrait image is fetched, Kiosk automatically retrieves a second portrait image* and displays them side by side vertically. Landscape and square images are displayed individually. Will automatically switch to layout=splitview-landscape if the device or browser is in portrait orientation.

* If Kiosk is unable to retrieve a second unique image, the first image will be displayed individually.

Kiosk layout splitview

When a landscape image is fetched, Kiosk automatically retrieves a second landscape image* and displays them stacked horizontally. portrait and square images are displayed individually.

* If Kiosk is unable to retrieve a second unique image, the first image will be displayed individually.