Video Only Section
A section for displaying video content from YouTube, Vimeo, and Cloudinary with modal and inSitu playback options. Essentially a section wrapper for the video partial.
A section for displaying video content from YouTube, Vimeo, and Cloudinary with modal and inSitu playback options. Essentially a section wrapper for the video partial.
- sectionType: video-only
containerTag: section
# container settings
video:
id: 'dQw4w9WgXcQ' # Video ID from the platform
src: 'youtube' # Platform: youtube, vimeo, cloudinary
tn: '/path/to/thumbnail.jpg' # Thumbnail image
inSitu: false # Modal (false) or inSitu (true) playback
cloudname: 'your-cloud' # Required for Cloudinary videos
start: 30 # Optional start time in seconds
end: 120 # Optional end time in seconds
ctas:
- url: 'https://example.com/playlist'
label: 'View Playlist'
isButton: true
buttonStyle: 'primary'
Property | Type | Required | Description |
---|---|---|---|
video.id | string | Yes | Video identifier from the platform |
video.src | string | Yes | Video platform - 'youtube', 'vimeo', or 'cloudinary' |
video.tn | string | Yes | Thumbnail image path |
video.inSitu | boolean | No | Boolean for inSitu vs modal playback |
video.cloudname | string | Conditional | Cloudinary cloud name (required for Cloudinary) |
video.start | number | No | Start time in seconds |
video.end | number | No | End time in seconds |
Property | Type | Required | Description |
---|---|---|---|
ctas | array | No | Optional array of call-to-action buttons |