Blade Components / Video
The Video component provides an easy way to deliver videos from Cloudinary using Blade syntax.
Basic usage:
<x-cloudinary::video public-id="example" />With additional properties:
<x-cloudinary::video public-id="example" width="300" height="300" />Properties Available
Section titled “Properties Available”| Property | Type | Required | Example |
|---|---|---|---|
| public-id | string | Yes | sample |
| width | string | No | 300 |
| height | string | No | 300 |