Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time

VHS Element

Create a Video Element. This Element extends the default pimcore video element.

Note: This element is also used in the toolbox video element.

Usage

{{ pimcore_vhs('video', {
    'attributes': {
        'class': 'video-js vjs-default-skin vjs-big-play-centered',
        'data-setup': '{}'
    },
    'thumbnail': toolbox_get_image_thumbnail('video_thumbnail'),
    'imagethumbnail': toolbox_get_image_thumbnail('video_poster'),
    'disableProgressReload' : true,
    'height': 250
}) }}