HTML5AVControlSync/readme.md

6 lines
496 B
Markdown
Raw Normal View History

2023-02-17 15:21:55 +00:00
# HTML 5 Audio/Video controls syncer
2023-02-17 15:32:00 +00:00
This simple script makes it easier to use multiple `<audio>` or `<video>` elements on one page while using the browser's implementation of the elements.
The script syncs the volume of all media elements elements, and prevents more than one from playing at once.
2023-02-17 15:21:55 +00:00
The script is a drop in solution. It automatically works with any `<audio controls>` or `<video controls>` tag in your document.
The script will also persist volume across pages through a cookie.