From 4ed3cbdfad64fa5fad58280072ec60a7cf2f88f6 Mon Sep 17 00:00:00 2001 From: Felipe Santos Date: Sat, 14 Oct 2023 12:28:52 -0300 Subject: [PATCH] Add tip to hide fullscreen button to docs --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 7a69e73..39594f6 100644 --- a/README.md +++ b/README.md @@ -185,6 +185,12 @@ style: "video {aspect-ratio: 16/9; object-fit: fill;}" style: '.mode {display: none}' ``` +**Hide fullscreen button** + +```yaml +style: '.fullscreen {display: none}' +``` + **Hide screenshot button** ```yaml