kirbytext.video.vimeo.options

Sets the default embedding options for Vimeo videos. Check out the Vimeo embedding docs for all available options.

Example

c::set('kirbytext.video.vimeo.options', [
  'autoplay' => true,
  'badge' => false,
  'color' => 'ffffff'
]);