Sha256: 7c50e4da121acddd4f31d890a8bc70b6024e921cc3fd048e88912188d350d6b4

Contents?: true

Size: 1.02 KB

Versions: 3

Compression:

Stored size: 1.02 KB

Contents

<style>
      .backurl{ background-image:
          linear-gradient(
                rgba(0, 0, 0, 0.5),
                rgba(0, 0, 0, 0.5)
          ),
          url(https://res.cloudinary.com/glueckkanja/image/upload/q_auto:best/blog/{{ page.blogtitlepic }}.jpg);}
      @media
      only screen and (-webkit-min-device-pixel-ratio: 2),
      only screen and (   min--moz-device-pixel-ratio: 2),
      only screen and (     -o-min-device-pixel-ratio: 2/1),
      only screen and (        min-device-pixel-ratio: 2),
      only screen and (                min-resolution: 192dpi),
      only screen and (                min-resolution: 2dppx) { 
      .backurl{background-image:
          linear-gradient(
                rgba(0, 0, 0, 0.5),
                rgba(0, 0, 0, 0.5)
          ),
      url(https://res.cloudinary.com/glueckkanja/image/upload/q_auto:best,dpr_2.0/blog/{{ page.blogtitlepic }}.jpg);}}
      </style>
      <section class="blogtitlepic container-fluid backurl">
            <h1>{{page.title}}</h1>
      </section>

      

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jekyll-theme-glueckkanja-0.9.7 _includes/blogtitlepic.html
jekyll-theme-glueckkanja-0.9.6 _includes/blogtitlepic.html
jekyll-theme-glueckkanja-0.9.5 _includes/blogtitlepic.html