wiki-grav/themes/learn2-git-sync/templates/partials/presentation_iframe.html.twig

4 lines
148 B
Twig
Raw Normal View History

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