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