Sha256: cbfff74e5346c1981774ac3ebab66cf02012b3959ae134f893936b0f037cacb5

Contents?: true

Size: 1.22 KB

Versions: 66

Compression:

Stored size: 1.22 KB

Contents

<!DOCTYPE html>
<html lang="{{site.active_lang}}" class="no-js">

  {% include head.html %}
  {% assign currentRequest = page.url | remove_first: '/' | downcase | split: '/' %}

<style>
  .video-container {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%; 
    overflow: hidden;
    margin-top: {% if page.topmargin %}{{ page.topmargin }}{% else %}104{% endif %}px;
  }
  .video-container video {
    /* Make video to at least 100% wide and tall */
    min-width: 100%; 
    min-height: 100%; 
  
    /* Setting width & height to auto prevents the browser from stretching or squishing the video */
    width: auto;
    height: auto;
  
    /* Center the video */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  </style>

  <body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top"  data-offset="151">

    {% assign transparent = false %}
    {% include navigation.html currentRequest=currentRequest transparent=transparent %}


    <iframe class="video-container" src="{{ page.frame }}" frameborder='no'
            style="border: 0; width: 100%; height: 100%"></iframe>

    {% include scripts.html %}

  </body>
</html>
<!-- Page Info: Banner Layout -->

Version data entries

66 entries across 66 versions & 1 rubygems

Version Path
jekyll-theme-glueckkanja-1.2.29 _layouts/framed.html
jekyll-theme-glueckkanja-1.2.28 _layouts/framed.html
jekyll-theme-glueckkanja-1.2.27 _layouts/framed.html
jekyll-theme-glueckkanja-1.2.26 _layouts/framed.html
jekyll-theme-glueckkanja-1.2.25 _layouts/framed.html
jekyll-theme-glueckkanja-1.2.24 _layouts/framed.html
jekyll-theme-glueckkanja-1.2.23 _layouts/framed.html
jekyll-theme-glueckkanja-1.2.22 _layouts/framed.html
jekyll-theme-glueckkanja-1.2.21 _layouts/framed.html
jekyll-theme-glueckkanja-1.2.20 _layouts/framed.html
jekyll-theme-glueckkanja-1.2.19 _layouts/framed.html
jekyll-theme-glueckkanja-1.2.18 _layouts/framed.html
jekyll-theme-glueckkanja-1.2.17 _layouts/framed.html
jekyll-theme-glueckkanja-1.2.16 _layouts/framed.html
jekyll-theme-glueckkanja-1.2.15 _layouts/framed.html
jekyll-theme-glueckkanja-1.2.14 _layouts/framed.html
jekyll-theme-glueckkanja-1.2.13 _layouts/framed.html
jekyll-theme-glueckkanja-1.2.12 _layouts/framed.html
jekyll-theme-glueckkanja-1.2.11 _layouts/framed.html
jekyll-theme-glueckkanja-1.2.10 _layouts/framed.html