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

Version Path
editorial-autogestiva-jekyll-theme-0.5.0rc7 _includes/theme/embed_responsive.html
editorial-autogestiva-jekyll-theme-0.5.0rc6 _includes/theme/embed_responsive.html
editorial-autogestiva-jekyll-theme-0.5.0rc5 _includes/theme/embed_responsive.html
editorial-autogestiva-jekyll-theme-0.5.0rc4 _includes/theme/embed_responsive.html
editorial-autogestiva-jekyll-theme-0.5.0rc3 _includes/theme/embed_responsive.html
editorial-autogestiva-jekyll-theme-0.5.0rc2 _includes/theme/embed_responsive.html
editorial-autogestiva-jekyll-theme-0.5.0rc1 _includes/theme/embed_responsive.html