wiki-grav/themes/learn2-git-sync/templates/partials/presentation_iframe.html.twig
2022-06-07 14:28:01 +02:00

4 lines
148 B
Twig

<div class="videoWrapper">
<iframe src="{{ presentation_base_url }}/{{ src }}" frameborder="0" allowfullscreen class="{{ class }}"></iframe>
</div>