templates/sites/display/templates/no-sidebar-video.html.twig line 1

Open in your IDE?
  1. {% extends "sites/display/layouts/master.html.twig" %}
  2. {% block bodyClass %}tpl-display has-not-sidebar{% endblock %}
  3. {% block pageContent %}
  4.     <div class="display-wrapper">
  5.         <div class="display-content" style="background-image: url('https://picsum.photos/1440/1080');">
  6.             <article class="ml-slide is-video">
  7.                 <iframe frameborder="0" allowfullscreen="1" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" title="Mark Kermode reviews Antonioni’s Red Desert | BFI Player" width="100%" height="100%" src="https://www.youtube.com/embed/xLMzAUv67ho?autoplay=1&amp;mute=1&amp;controls=0&amp;origin=https%3A%2F%2Fpre-www.usc.gal&amp;playsinline=1&amp;showinfo=0&amp;rel=0&amp;iv_load_policy=3&amp;modestbranding=1&amp;enablejsapi=1&amp;widgetid=1" id="widget2"></iframe>
  8.             </article>
  9.         </div>
  10.     </div>
  11. {% endblock %}