From 4b26ba78d42d32b5666c444dcbd73363d952c5f7 Mon Sep 17 00:00:00 2001 From: Dermot Duffy Date: Sun, 6 Feb 2022 12:37:02 -0800 Subject: [PATCH] Missed README update. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e8c26b72..28c6c51d 100644 --- a/README.md +++ b/README.md @@ -300,7 +300,7 @@ event_viewer: | Option | Default | Overridable | Description | | - | - | - | - | | `auto_play` | `true` | :heavy_multiplication_x: | Whether or not to autoplay clips.| -| `auto_unmute` | `false` | :heavy_multiplication_x: | Whether or not to automatically unmute clips.| +| `auto_unmute` | `false` | :heavy_multiplication_x: | Whether or not to automatically unmute clips. Note that some browsers will not allow automated unmute until the user has interacted with the page in some way -- if the user has not then the browser may pause the media instead. | | `lazy_load` | `true` | :heavy_multiplication_x: | Whether or not to lazily load media in the event viewer carousel. Setting this will false will fetch all media immediately which may make the carousel experience smoother at a cost of (potentially) a substantial number of simultaneous media fetches on load. | | `draggable` | `true` | :heavy_multiplication_x: | Whether or not the event viewer carousel can be dragged left or right, via touch/swipe and mouse dragging. | | `controls` | | :heavy_multiplication_x: | Configuration for the event viewer. See below. |