Skip to content

Commit

Permalink
Merge pull request #581 from felipecrs/patch-2
Browse files Browse the repository at this point in the history
Add tip to hide fullscreen button to docs
  • Loading branch information
AlexxIT authored Oct 14, 2023
2 parents 20a8871 + 4ed3cbd commit e268793
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e268793

Please sign in to comment.