Sha256: aeeffbfbac831fa1e97c3727d1b33fc3d71007d4bb7eb8aa09fe291d7bfb103e

Contents?: true

Size: 483 Bytes

Versions: 9

Compression:

Stored size: 483 Bytes

Contents

{%- comment -%}

Embed responsive

@param :x [Integer]
@param :y [Integer]
@param :src [String]
@param :alt [String]
@param :width [Integer]
@param :height [Integer]
@param :embed_class [String]
{%- endcomment -%}

<div class="embed-responsive embed-responsive-{{ include.x }}by{{ include.y }} {{ include.embed_class }}">
  {%- include picture.html class="embed-responsive-item" img_class="w-100 h-100 object-fit-cover" src=include.src alt=include.alt width=include.width -%}
</div>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
compost-jekyll-theme-0.1.8 _includes/embed_responsive.html
compost-jekyll-theme-0.1.7 _includes/embed_responsive.html
compost-jekyll-theme-0.1.6 _includes/embed_responsive.html
compost-jekyll-theme-0.1.5 _includes/embed_responsive.html
compost-jekyll-theme-0.1.4 _includes/embed_responsive.html
compost-jekyll-theme-0.1.3 _includes/embed_responsive.html
compost-jekyll-theme-0.1.2 _includes/embed_responsive.html
compost-jekyll-theme-0.1.1 _includes/embed_responsive.html
compost-jekyll-theme-0.1.0 _includes/embed_responsive.html