templates/areas/video/view.html.twig line 1

Open in your IDE?
  1. <div class="area-video">
        {{
            pimcore_video('video', {
                class: 'ratio ratio-16x9',
                attributes: {
                    class: 'video-js vjs-default-skin vjs-big-play-centered',
                    'data-setup': '{}'
                },
                thumbnail: 'content',
                height: 'auto'
            })
        }}
    </div>