Skip to content

Commit

Permalink
docs: el fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sv443 committed Nov 9, 2023
1 parent c290b19 commit 7af228c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ Usage:
amplifyMedia(mediaElement: HTMLMediaElement, initialGain?: number): AmplifyMediaResult
```
Amplifies the gain of a media element (like `<audio>` or `<video>`) by the given gain value.
Amplifies the volume of a media element (like `<audio>` or `<video>`) by the given gain value.
This is how you can increase the volume of a media element beyond the default maximum volume of 100%.
Make sure to limit the value to a reasonable value ([clamp()](#clamp) is good for this), as it may otherwise cause bleeding eardrums.
Expand Down

0 comments on commit 7af228c

Please sign in to comment.