{%- 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 -%}
{% 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 %}
{% endif %}