Sha256: 6c4ced79dda1223704e142fe75d9526a27d4e58e969c33c305748e47e4858a24

Contents?: true

Size: 617 Bytes

Versions: 10

Compression:

Stored size: 617 Bytes

Contents

<video {% if node.id %}id="{{ node.id }}"{% endif %}
       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

10 entries across 10 versions & 2 rubygems

Version Path
asciibook-0.1.0 templates/video.html
asciibook-0.1.0.pre.beta templates/video.html
asciibook-0.0.5 templates/video.html
asciibook-0.0.4 templates/video.html
asciibook-0.0.3 templates/video.html
asciibook-0.0.2 templates/video.html
asciibook-0.0.2.beta2 templates/video.html
asciibook-0.0.2.beta1 templates/video.html
asciibook-0.0.1 templates/video.html
asciidoctor-htmlbook-0.0.6 templates/video.html