landingpage/layouts/shortcodes/video-wrapper.html

4 lines
132 B
HTML

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