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

Open in your IDE?
  1. <div class="area-video">
  2.     {{
  3.         pimcore_video('video', {
  4.             class: 'ratio ratio-16x9',
  5.             attributes: {
  6.                 class: 'video-js vjs-default-skin vjs-big-play-centered',
  7.                 'data-setup': '{}'
  8.             },
  9.             thumbnail: 'content',
  10.             height: 'auto'
  11.         })
  12.     }}
  13. </div>