Sha256: 23b8913ef4169fae79ee09e4c2ec89ce4b11b95d58f4c68e35b5e5700bfa58c0
Contents?: true
Size: 680 Bytes
Versions: 4
Compression:
Stored size: 680 Bytes
Contents
<figure class="video no-caption"> <video {% if include.autoplay == true %}autoplay{% endif %} {% if include.loop == true %}loop{% endif %} {% if include.muted == true %}muted{% endif %} {% if include.controls == true %}controls{% endif %} {% if include.alt != nil %}alt="{{ include.alt | escape }}"{% endif %} width="100%"> {% for format in site.data.mime.types.video %} <source src="{{ include.name }}.{{ format.ext }}" type="video/{{ format.type }}"> {% endfor %} </video> {% if include.alt != nil %} <figcaption class="screen-reader-text">{{ include.alt | escape }}</figcaption> {% endif %} </figure>
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
aemi-1.2.10 | _includes/video.html |
aemi-1.2.9 | _includes/video.html |
aemi-1.2.8 | _includes/video.html |
aemi-1.2.7 | _includes/video.html |