landingpage/layouts/shortcodes/video-wrapper.html

4 lines
141 B
HTML

<div class="videoWrapper">
<iframe width="560" height="349" controls src="{{ .Inner }}" frameborder="0" allowfullscreen></iframe>
</div>