Sha256: 7257927f750f9f78b4073813f4a6cb71df4781373f1b3e9f1d318641700e2fc6
Contents?: true
Size: 634 Bytes
Versions: 9
Compression:
Stored size: 634 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] @param :img_class [String] {%- endcomment -%} <div class="embed-responsive embed-responsive-{{ include.x }}by{{ include.y }} {{ include.embed_class }}" {{ include.extra }}> {% if include.src %} {%- include picture.html class="embed-responsive-item" img_class=include.img_class src=include.src alt=include.alt width=include.width -%} {% else %} <div class="embed-responsive-item background-primary"></div> {% endif %} </div>
Version data entries
9 entries across 9 versions & 1 rubygems