Sha256: 3eecf4a4ddccdad9b9f5f9fc6977831de414114fee67d0cf272751da38739eb9

Contents?: true

Size: 564 Bytes

Versions: 2

Compression:

Stored size: 564 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.autoplay-option  %}autoplay="autoplay"{% endif %}
       {% if node.attributes.loop-option %}loop="loop"{% endif %}>
  <em>Sorry, the &lt;video&gt; element not supported in your reading system.</em>
</video>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
asciidoctor-htmlbook-0.0.5 templates/video.html
asciidoctor-htmlbook-0.0.4 templates/video.html