Sha256: afd254aa8d4ae10ff438f0792aa2fe45e4f09486d30c2383f9cb0edf2b8b1e0e
Contents?: true
Size: 587 Bytes
Versions: 3
Compression:
Stored size: 587 Bytes
Contents
<video src="{{ node.attributes.target }}" controls="controls" {% if node.attributes.width %}width="{{ node.attributes.width }}"{% endif %} {% if node.attributes.height %}height="{{ node.attributes.height }}"{% endif %} {% if node.attributes.poster %}poster="{{ node.attributes.poster }}"{% endif %} {% if node.attributes.options contains 'autoplay' %}autoplay="autoplay"{% endif %} {% if node.attributes.options contains 'loop' %}loop="loop"{% endif %}> <em>Sorry, the <video> element not supported in your reading system.</em> </video>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
asciidoctor-htmlbook-0.0.3 | templates/video.html |
asciidoctor-htmlbook-0.0.2 | templates/video.html |
asciidoctor-htmlbook-0.0.1 | templates/video.html |