Skip to content

Commit

Permalink
Updated README.md to include support for PIP.
Browse files Browse the repository at this point in the history
  • Loading branch information
Xayton committed Mar 30, 2024
1 parent 5c01388 commit c7abaf3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ The configuration is specified using the URL query parameters:
Example:
`https://base-url?name=Standup&total=300&Tom=60&Matt=120`

## Idea: Picture in picture
Note:_this is not implemented yet._
## Picture in Picture
You can open the list of timers in an additional Picture In Picture window.

If supported by your browser, clicking on the icon will open a small window, on top of all other, that will show the same content as the main page.
https://developer.mozilla.org/en-US/docs/Web/API/Document_Picture-in-Picture_API#browser_compatibility
This feature uses the [Document Picture in Picture API](https://developer.mozilla.org/en-US/docs/Web/API/Document_Picture-in-Picture_API), that is supported only by some browsers. If supported, a button in the footer will be available to use it.

0 comments on commit c7abaf3

Please sign in to comment.