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

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