Sha256: b2b7792e6ddf02c503cd055523d603f09b672cd479c74e613e63c6d4d206b4fb

Contents?: true

Size: 446 Bytes

Versions: 1

Compression:

Stored size: 446 Bytes

Contents

{%- for image in page.image -%}
    {%- if image.first == include.name -%}
        {%- assign block = image.first | split: "-" | last | split: "x" -%}
        <amp-img
            alt="{{ image.first | split: '-' | first }}"
            src="{{ image.last }}"
            width="{{ image.first | split: '-' | last | split: 'x' | first }}px"
            height="{{ image.first | split: 'x' | last }}px"></amp-img>
    {%- endif -%}
{%- endfor -%}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-theme-amp-0.1.0 _includes/extend/image.liquid