Sha256: b092c032d5a1ae59d862f655ab0e89ba3675b006ecf794ea4be2253a15b70383

Contents?: true

Size: 1.13 KB

Versions: 11

Compression:

Stored size: 1.13 KB

Contents

<div class="blackLayer"></div>
<div class="content_and_background backgroundVideo">
  <div class="backgroundArea">
    <%= poster_image_div(configuration['video_file_id'], configuration['poster_image_id']) %>
    <span class="hint">Video Loop</span>
    <%= lookup_video_tag(configuration['video_file_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

11 entries across 11 versions & 1 rubygems

Version Path
pageflow-0.5.0 app/views/pageflow/pages/templates/_background_video.html.erb
pageflow-0.4.0 app/views/pageflow/pages/templates/_background_video.html.erb
pageflow-0.3.0 app/views/pageflow/pages/templates/_background_video.html.erb
pageflow-0.2.1 app/views/pageflow/pages/templates/_background_video.html.erb
pageflow-0.2.0 app/views/pageflow/pages/templates/_background_video.html.erb
pageflow-0.1.0 app/views/pageflow/pages/templates/_background_video.html.erb
pageflow-0.0.5 app/views/pageflow/pages/templates/_background_video.html.erb
pageflow-0.0.4 app/views/pageflow/pages/templates/_background_video.html.erb
pageflow-0.0.3 app/views/pageflow/pages/templates/_background_video.html.erb
pageflow-0.0.2 app/views/pageflow/pages/templates/_background_video.html.erb
pageflow-0.0.1 app/views/pageflow/pages/templates/_background_video.html.erb