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 <video> element not supported in your reading system.</em> </video>
Version data entries
10 entries across 10 versions & 2 rubygems