Sha256: f808ce3e396f06becc9151539e712cc201d4fe833df830e8a00a863298b7836c
Contents?: true
Size: 533 Bytes
Versions: 7
Compression:
Stored size: 533 Bytes
Contents
{% for embed_responsive_aspect_ratio in site.data.theme.embed_responsive_aspect_ratios %} {% assign x = embed_responsive_aspect_ratio | split: " " | first | remove: "(" %} {% assign y = embed_responsive_aspect_ratio | split: " " | last | remove: ")" %} {% assign text = x | append: "by" | append: y %} <div class="mb-3"> {% include headings/with_link.html level=2 text=text %} {% include embed_responsive.html src="public/placeholder.png" width=576 x=x y=y img_class="w-100 h-100 fit-cover" %} </div> {% endfor %}
Version data entries
7 entries across 7 versions & 1 rubygems