1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-28 11:30:31 -04:00
Jake Jarvis dc3f1cb07c
revert adding async to some embed scripts
document.write() isn't allowed on asynchronously loaded scripts
2020-04-07 18:48:53 -04:00

8 lines
386 B
HTML

<div class="embed vimeo" style="padding:75% 0 0 0;position:relative;">
<iframe src="https://player.vimeo.com/video/{{ .Get "id" }}&amp;dnt=1" style="position:absolute;top:0;left:0;width:100%;height:100%;" frameborder="0" allow="fullscreen" allowfullscreen></iframe>
</div>
{{- define "__shortcode_vimeo_js" }}
<script src="https://player.vimeo.com/api/player.js"></script>
{{ end }}