You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ Please note that using videos from URLs requires ensuring that you have the righ
45
45
|**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" |
46
46
|**Gravity**| How the video content should be resized to fit the player's bounds. | .resizeAspect |
47
47
|**TimePublishing**| Specifies the interval at which the player publishes the current playback time. | - |
48
-
|**Loop**| Whether the video should automatically restart when it reaches the end. If not explicitly passed, the video will not loop. |-|
48
+
|**Loop**| Whether the video should automatically restart when it reaches the end. If not explicitly passed, the video will not loop. |false|
49
49
|**Mute**| Indicates if the video should play without sound. | false |
0 commit comments