Skip to content

Commit 5fa3787

Browse files
committed
Merge branch 'main' of https://github.com/AradAral/Vidazor into main
2 parents c643fea + 3fdf0dd commit 5fa3787

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![Vidazor poster](Poster.svg)
22

3-
# What Is Vidazor?
3+
# What Is Vidazor? [![NuGet version (Vidazor)](https://img.shields.io/nuget/v/Vidazor.svg?style=flat-square)](https://www.nuget.org/packages/Vidazor/)
44
Vidazor = Video + Blazor
55

66
Vidazor is a Blazor library (RCL) that allows you to seamlessly work with the HTML5 video API, which normally you'd have to work with manually via JS interop.
@@ -65,7 +65,7 @@ Vidazor provides nearly all the methods, properties, and events that the JavaScr
6565
- [Events](#events)
6666

6767
## Methods:
68-
The following methods can be called easily through the `Vidazor` object:
68+
The following methods can be called easily through the `VidazorVideo` object:
6969
| Vidazor Method | JavaScript Equivalent | Description |
7070
| :--- | :--- | :--- |
7171
| `.Play()` | [`.play()`](https://www.w3schools.com/tags/av_met_play.asp) | Plays the video playback. |
@@ -74,7 +74,7 @@ The following methods can be called easily through the `Vidazor` object:
7474
| `.CanPlayType(string)` | [`.canPlayType(string)`](https://www.w3schools.com/tags/av_met_canplaytype.asp) | Checks if the browser can play a video with the specified MIME media type. |
7575

7676
## Properties:
77-
The following properties can be accessed easily through the `Vidazor` object:
77+
The following properties can be accessed easily through the `VidazorVideo` object:
7878
| Vidazor Property | Data Type | Get & Set | JavaScript Equivalent | Description |
7979
| :--- | :--- | :--- | :--- | :--- |
8080
| `.Autoplay` | `bool` || [`.autoplay`](https://www.w3schools.com/tags/av_prop_autoplay.asp) | Gets or sets a Boolean indicating whether playback automatically begins as soon as enough of the video is available to do so without interruption. |

0 commit comments

Comments
 (0)