Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding script to sync/remember the playback volume #228

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Znuff
Copy link

@Znuff Znuff commented Aug 24, 2024

Currently every time you view a new video, the volume will be at 100%, even if you previously decreased it.

This change makes it so the volume gets stored to a localStorage variable (videoVolume), and then restored on a new access.

This also syncs the video volume across multiple <video> elements on a page.

Znuff added 2 commits August 25, 2024 00:00
Script to sync (remember) the volume across views
Including the video sync script
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant