Skip to content

Commit fe877dc

Browse files
committed
Update README.md
1 parent 290759d commit fe877dc

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,19 @@ Please note that using videos from URLs requires ensuring that you have the righ
3737

3838
## Settings
3939

40+
## Settings
41+
4042
| Name | Description | Default |
4143
| --- | --- | --- |
42-
| **SourceName** | The URL or local filename of the video.| - |
44+
| **SourceName** | The URL or local filename of the video. | - |
4345
| **Ext** | File extension for the video, used when loading from local resources. This is optional when a URL is provided and the URL ends with the video file extension. | "mp4" |
4446
| **Gravity** | How the video content should be resized to fit the player's bounds. | .resizeAspect |
45-
| **TimePublishing** | Specifies the interval at which the player publishes the current playback time. |
47+
| **TimePublishing** | Specifies the interval at which the player publishes the current playback time. | - |
4648
| **Loop** | Whether the video should automatically restart when it reaches the end. If not explicitly passed, the video will not loop. | - |
49+
| **Mute** | Indicates if the video should play without sound. | false |
4750
| **EColor** | Error message text color. | .red |
4851
| **EFontSize** | Size of the error text. | 17.0 |
49-
| **ErrorWidgetOff** | Do not show inner error showcase component. In case you'd like to implement your own error Alert widget' | - |
52+
| **ErrorWidgetOff** | Do not show inner error showcase component. In case you'd like to implement your own error Alert widget. | - |
5053

5154
*Additional Notes on Settings*
5255

0 commit comments

Comments
 (0)