newblog/templates/shortcodes/streamable.html
2024-07-01 13:20:09 +00:00

4 lines
241 B
HTML

<div class="yv{% if class %} {{class}}{% endif %}">
<iframe src="https://www.streamable.com/e/{{id}}" title="{{title | default(value='Streamable') }}" class="yvi" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
</div>