Sha256: 8d0d2d8ead361d959bbdd8e646c1f277eea847e88bae2636feed2394d9071f4c

Contents?: true

Size: 965 Bytes

Versions: 2

Compression:

Stored size: 965 Bytes

Contents

<div data-component="videos/background">
  <div id="cm-video-bg" class="full-width-box background-image-available">
    <div class="fwb-bg fwb-video my-4 my-sm-0" style="background-image: url('https://s3-us-west-2.amazonaws.com/grupopv-public/assets/components/videos/background/{{ include.background }}');">
      <video autoplay muted loop>
        <source src="https://s3-us-west-2.amazonaws.com/grupopv-public/assets/components/videos/background/{{ include.video }}" type="video/mp4">
      </video>
    </div>
    <div class="container-fluid">
      <div class="row">
        <div class="white text-center col">
          <div class="title-box text-center title-white">
            <h1 class="title">{{ include.title }}</h1>
          </div>
          <p>
            {{ include.desc }}
          </p>
          <a href="{{ include.href | relative_url }}" class="btn btn-primary">{{ include.button }}</a>
        </div>
      </div>
    </div>
  </div>
</div>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll-theme-marketing-1.0.1 _includes/components/videos/background.html
jekyll-theme-marketing-1.0.0 _includes/components/videos/background.html