Skip to content

Commit

Permalink
fix: correct the description of the progress bar (#32654)
Browse files Browse the repository at this point in the history
* fix: correct the description of the progress bar

* Update files/en-us/web/media/audio_and_video_delivery/buffering_seeking_time_ranges/index.md

Co-authored-by: Dipika Bhattacharya <[email protected]>

---------

Co-authored-by: Dipika Bhattacharya <[email protected]>
  • Loading branch information
yin1999 and dipikabh committed Mar 13, 2024
1 parent b267fe8 commit 5aa89c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ The timeupdate event is fired 4 times a second as the media plays and that's whe

This should give you results similar to the following, where the light grey bar represents the buffered progress and green bar shows the played progress:

![A simple audio player with play button, seek bar and volume control, with a bar below it. The bar has a red portion to show played video, and a dark gray bar to show how much has been buffered.](bufferedprogress.png)
![A simple audio player with play button, seek bar, and volume control, and a progress bar below the controls. The progress bar has a green portion to show played video and a light grey portion to show how much has been buffered.](bufferedprogress.png)

> **Note:** You can see the [buffering code running live on JS Bin](https://jsbin.com/badimipi/1/edit).
Expand Down

0 comments on commit 5aa89c0

Please sign in to comment.