Sha256: 2bdfc58c80e79d2904960413081f06f1d83ba8339f98615cb4904aa837a1fcc4

Contents?: true

Size: 477 Bytes

Versions: 1

Compression:

Stored size: 477 Bytes

Contents

{%- for image in page.image -%}
    {%- if image.first == include.name -%}
        {%- assign block = image.first | split: "-" | last | split: "x" -%}
        <amp-img
            class="shadow-box"
            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.1 _includes/image.liquid