Sha256: 24d2549dd57d9dc4e7fd86192bcde9d1ccfd4d79d3e34fd4900301b59252d1a3

Contents?: true

Size: 377 Bytes

Versions: 11

Compression:

Stored size: 377 Bytes

Contents

<script type="text/javascript">
  (function () {
    var resize = function () {
      this.width = 0.5 * (this.naturalWidth || this.width);
    }
    Array.prototype.forEach.call(document.querySelectorAll(".half-size, .retina2x"), function(el) {
      if (el.naturalWidth) {
        resize.call(el);
      } else {
        el.onload = resize;
      }
    });
  })();
</script>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
jekyll-theme-kagami-0.2.0 _includes/retina-image.html
jekyll-theme-kagami-0.1.12 _includes/retina-image.html
jekyll-theme-kagami-0.1.11 _includes/retina-image.html
jekyll-theme-kagami-0.1.10 _includes/retina-image.html
jekyll-theme-kagami-0.1.9 _includes/retina-image.html
jekyll-theme-kagami-0.1.8 _includes/retina-image.html
jekyll-theme-kagami-0.1.7 _includes/retina-image.html
jekyll-theme-kagami-0.1.6 _includes/retina-image.html
jekyll-theme-kagami-0.1.5 _includes/retina-image.html
jekyll-theme-kagami-0.1.4 _includes/retina-image.html
jekyll-theme-kagami-0.1.3 _includes/retina-image.html