<CldVideoPlayer />
The CldVideoPlayer
can be used to embed Cloudinary videos using the Cloudinary Video Player.
Basic Usage
The only required props are width
, height
, and src
:
<script> import { CldVideoPlayer } from 'svelte-cloudinary';</script>
<CldVideoPlayer width="1920" height="1080" src="videos/mountain-stars" />