Sha256: bb439471d631c296a8cb43c28d1c94a245f065b66116ae69ecf8278aeda4ae97
Contents?: true
Size: 484 Bytes
Versions: 7
Compression:
Stored size: 484 Bytes
Contents
{%- comment -%} Embed responsive @param :x [Integer] @param :y [Integer] @param :src [String] @param :alt [String] @param :width [Integer] @param :height [Integer] @param :component_class [String] {%- endcomment -%} <div class="embed-responsive embed-responsive-{{ include.x }}by{{ include.y }} {{ include.component_class }}"> {%- include picture.html class="embed-responsive-item" img_class="w-100 h-100 fit-cover" src=include.src alt=include.alt width=include.width -%} </div>
Version data entries
7 entries across 7 versions & 1 rubygems