Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
richard67 authored Apr 9, 2023
1 parent d855ba0 commit ff778e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ This is my video player module for Joomla 4.0 and later versions.

I use it on my private website.

The video itself is a standard HTML5 video element using either the `src` attribute or `source` elements.
The video itself is a standard HTML5 video element using either the `src` attribute or `source` elements, and the player controls are the built-in controls of the browser.

What my player provides in addition is a playlist which can be used to navigate to sections of the video, display of loading or seeking status and the possibility switch between different groups of video sources typically for choosing different video qualities.
What my player provides in addition is a playlist which can be used to navigate to sections of the video, display of loading or seeking status and the possibility to switch between different groups of video sources, typically for choosing different video qualities.

For each of these source groups it is possible to specify multiple video sources to support different video formats.

Expand Down

0 comments on commit ff778e1

Please sign in to comment.