Sha256: 2cd3c57c12fa82603d6c2bd1b3d271a979a90272ea763a2737eed7510bfec9d4
Contents?: true
Size: 600 Bytes
Versions: 13
Compression:
Stored size: 600 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 }}"> {% if include.src %} {%- 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 -%} {% else %} <div class="embed-responsive-item background-primary"></div> {% endif %} </div>
Version data entries
13 entries across 13 versions & 1 rubygems