Skip to content

Kirby 3.5.7.1

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

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

Parent class

Kirby\Cms\Html inherited from Kirby\Toolkit\Html