media.vimeo ViewHelper <vhs:media.vimeo>
Renders HTML code to embed a video from Vimeo.
Arguments
additionalAttributes
- DataType
- mixed
- Required
- false
- Description
- Additional tag attributes. They will be added directly to the resulting HTML tag.
data
- DataType
- mixed
- Required
- false
- Description
- Additional data-* attributes. They will each be added with a "data-" prefix.
aria
- DataType
- mixed
- Required
- false
- Description
- Additional aria-* attributes. They will each be added with a "aria-" prefix.
videoId
- DataType
- string
- Required
- true
- Description
- Vimeo ID of the video to embed.
width
- DataType
- integer
- Default
- 640
- Required
- false
- Description
- Width of the video in pixels. Defaults to 640 for 16:9 content.
height
- DataType
- integer
- Default
- 360
- Required
- false
- Description
- Height of the video in pixels. Defaults to 360 for 16:9 content.
title
- DataType
- boolean
- Default
- true
- Required
- false
- Description
- Show the title on the video. Defaults to TRUE.
byline
- DataType
- boolean
- Default
- true
- Required
- false
- Description
- Show the users byline on the video. Defaults to TRUE.
portrait
- DataType
- boolean
- Default
- true
- Required
- false
- Description
- Show the users portrait on the video. Defaults to TRUE.
color
- DataType
- string
- Default
- '00adef'
- Required
- false
- Description
- Specify the color of the video controls. Defaults to 00adef. Make sure that you dont include the #.
autoplay
- DataType
- boolean
- Required
- false
- Description
- Play the video automatically on load. Defaults to FALSE. Note that this wont work on some devices.
loop
- DataType
- boolean
- Required
- false
- Description
- Play the video again when it reaches the end. Defaults to FALSE.
api
- DataType
- boolean
- Required
- false
- Description
- Set to TRUE to enable the Javascript API.
playerId
- DataType
- string
- Required
- false
- Description
- An unique id for the player that will be passed back with all Javascript API responses.