Html::video()
Creates a video embed via <iframe>
for YouTube or Vimeo videos; the embed URLs are automatically detected from the given URL
Parameters
Name | Type | Default | Description |
---|---|---|---|
$url * | string |
– | 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 type
string
|null