ViewHelper Documentation
v:media.vimeo
Renders HTML code to embed a video from Vimeo.
Arguments
videoId string
Vimeo ID of the video to embed.
width integer
Width of the video in pixels. Defaults to 640 for 16:9 content.
height integer
Height of the video in pixels. Defaults to 360 for 16:9 content.
title boolean
Show the title on the video. Defaults to TRUE.
byline boolean
Show the users byline on the video. Defaults to TRUE.
portrait boolean
Show the users portrait on the video. Defaults to TRUE.
color string
Specify the color of the video controls. Defaults to 00adef. Make sure that you dont include the #.
autoplay boolean
Play the video automatically on load. Defaults to FALSE. Note that this wont work on some devices.
loop boolean
Play the video again when it reaches the end. Defaults to FALSE.
api boolean
Set to TRUE to enable the Javascript API.
playerId string
An unique id for the player that will be passed back with all Javascript API responses.