newblog/templates/shortcodes/streamable.html

4 lines
241 B
HTML
Raw Permalink Normal View History

2024-07-01 15:20:09 +02:00
<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>