Sha256: dbfe921c5c11610f572bca63ce898bf736ba9b6512d666718513715ac3ba97ec
Contents?: true
Size: 638 Bytes
Versions: 9
Compression:
Stored size: 638 Bytes
Contents
<div class="row c-hp-banner"> <div class="small-12 columns"> <a href="{{ include.link }}" title="{{ include.title }}"> {% capture img %}{% asset '{{ include.default }}' magick:resize='1135x' @path %}{% endcapture %} {% if include.breakpoint %} <picture> <source media="(min-width: {{ include.breakpoint }}px)" srcset="{{ img }}"> <img src="{% asset '{{ include.mobile }}' magick:resize='{{ include.breakpoint +"px" }}' @path %}" alt="{{ include.title }}"> </picture> {% else %} <img src="{{ img }}" alt="{{ include.title }}"> {% endif %} </a> </div> </div>
Version data entries
9 entries across 9 versions & 1 rubygems