Copy environment

Video

<div class="video">
    <iframe class="video__iframe" src="https://www.youtube.com/embed/FJifhpUjYCc" title="" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="video">
    <iframe class="video__iframe" src="{{ data.src }}" title="{{ data.title }}" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
{
  "language": "en-US",
  "data": {
    "src": "https://www.youtube.com/embed/FJifhpUjYCc"
  }
}
  • Content:
    .video {
        width: 100%;
        position: relative;
        padding-bottom: 56.25% // 16:9 aspect ratio
    }
    
    .video__iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    
  • URL: /components/raw/video/video.scss
  • Filesystem Path: src/patterns/components/video/video.scss
  • Size: 204 Bytes
  • Handle: @video--default
  • Filesystem Path: src/patterns/components/video/video.twig
  • Referenced by (1): @view-single-detail