This repository has been archived on 2024-05-11. You can view files and clone it, but cannot push or open issues or pull requests.
landingpage/layouts/shortcodes/video-wrapper.html

4 lines
145 B
HTML

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