Skip to content

Commit dc97b7f

Browse files
authored
jsdelivr Video CDN Added
1 parent 954faab commit dc97b7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
```html
2525
<video id="my-video" class="sopplayer" controls preload="auto" data-setup="{}" width="500px">
2626
<!-- Use class="sopplayer" and data-setup="{}" -->
27-
<source src="sample.mp4" type="video/mp4" />
27+
<source src="https://cdn.jsdelivr.net/gh/SH20RAJ/Sopplayer@main/sample.mp4" type="video/mp4" />
2828
</video>
2929
```
3030

0 commit comments

Comments
 (0)