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
132 B
HTML
Raw Normal View History

2021-05-02 17:49:47 +00:00
<div class="videoWrapper">
<iframe width="560" height="349" src="{{ .Inner }}" frameborder="0" allowfullscreen></iframe>
</div>