Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 521 Bytes

21_VhsElement.md

File metadata and controls

19 lines (16 loc) · 521 Bytes

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
}) }}