@@ -11,15 +11,18 @@ Kiosk mode is controlled via URL query parameters and works globally from the ro
1111### Query parameters
1212
1313- ` kiosk `
14- - Enables auto-rotation when present as `?kiosk`, `?kiosk=1`, or `?kiosk=true`.
15- - Disabled by default.
14+ - Enables auto-rotation when present as ` ?kiosk ` , ` ?kiosk=1 ` , or ` ?kiosk=true ` .
15+ - Disabled by default.
1616- ` interval `
17- - Rotation interval in **seconds**.
18- - Default: `10`
19- - Allowed range: `1` to `3600`
17+ - Rotation interval in ** seconds** .
18+ - Default: ` 10 `
19+ - Allowed range: ` 1 ` to ` 3600 `
2020- ` playlist `
21- - Comma-separated list of routes to rotate through.
22- - Can be aliases (see below), relative route fragments, or absolute paths.
21+ - Comma-separated list of routes to rotate through.
22+ - Can be aliases (see below), relative route fragments, or absolute paths.
23+ - ` disableHeaderVideo `
24+ - Disables video in the hero header and forces image usage when an image exists.
25+ - Enabled when present as ` ?disableHeaderVideo ` , ` ?disableHeaderVideo=1 ` , or ` ?disableHeaderVideo=true ` .
2326
2427### Playlist aliases
2528
@@ -49,6 +52,7 @@ If `playlist` is not provided and the current route includes a musical slug, the
4952- ` http://localhost:5173/hamilton?kiosk=1&interval=20 `
5053- ` http://localhost:5173/hamilton?kiosk=1&interval=10&playlist=cast,crew,gallery,external-ads `
5154- ` http://localhost:5173/hamilton?kiosk=1&playlist=/hamilton/cast,/hamilton/gallery `
55+ - ` http://localhost:5173/hamilton?kiosk=1&disableHeaderVideo=1 `
5256
5357## Developing
5458
0 commit comments