Sha256: e07fc23d8797f0cfbbb0e704c31fbd70f7269bbc1533054a579a45c861d624b7

Contents?: true

Size: 1.26 KB

Versions: 6

Compression:

Stored size: 1.26 KB

Contents

<div class="blackLayer"></div>
<div class="content_and_background backgroundVideo">
  <div class="backgroundArea">
    <%= mobile_poster_image_div(configuration) %>
    <span class="hint"><%= t('pageflow.public.video') %></span>
    <%= video_file_script_tag(configuration['video_file_id'],
                              poster_image_id: configuration['poster_image_id'],
                              class: 'background',
                              loop: true,
                              unique_id: page.id,
                              preload: page.is_first) %>

    <%= shadow_div :opacity => configuration['gradient_opacity'] %>
  </div>
  <div class="content scroller">
    <div>
      <div class="contentWrapper">
        <div class="page_header">
          <h2>
            <span class="tagline"><%= configuration['tagline'] %></span>
            <span class="title"><%= configuration['title'] %></span>
            <span class="subtitle"><%= configuration['subtitle'] %></span>
          </h2>
          <%= poster_image_tag(configuration['video_file_id'], configuration['poster_image_id'], {:class => "print_image"}) %>
        </div>
        <div class="contentText">
          <p><%= raw configuration['text'] %></p>
        </div>
      </div>
    </div>
  </div>
</div>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
pageflow-0.11.4 app/views/pageflow/pages/templates/_background_video.html.erb
pageflow-0.11.3 app/views/pageflow/pages/templates/_background_video.html.erb
pageflow-0.11.2 app/views/pageflow/pages/templates/_background_video.html.erb
pageflow-0.11.1 app/views/pageflow/pages/templates/_background_video.html.erb
pageflow-0.11.0 app/views/pageflow/pages/templates/_background_video.html.erb
pageflow-0.10.0 app/views/pageflow/pages/templates/_background_video.html.erb