Html::video()
Creates a video embed via <iframe>
for YouTube or Vimeo videos; the embed URLs are automatically detected from the given URL
Html::video(string $url, array $options = [ ], array $attr = [ ]): string|null
Parameters
Name | Type | Default | Description |
---|---|---|---|
$urlrequired | string |
no default value | Video URL |
$options | array |
[ ]
|
Additional vimeo and youtube options(will be used as query params in the embed URL) |
$attr | array |
[ ]
|
Additional attributes for the <iframe> tag |
Return types
string
ornull
The generated HTML